Merge "Revert "Remove liblog from libcutils as a whole static lib""
This commit is contained in:
commit
d4446ccce8
1 changed files with 6 additions and 0 deletions
|
|
@ -87,6 +87,12 @@ cc_library {
|
||||||
"uevent.c",
|
"uevent.c",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// TODO: remove liblog as whole static library, once we don't have prebuilt that requires
|
||||||
|
// liblog symbols present in libcutils.
|
||||||
|
whole_static_libs: [
|
||||||
|
"liblog",
|
||||||
|
],
|
||||||
|
|
||||||
static_libs: ["libdebuggerd_client"],
|
static_libs: ["libdebuggerd_client"],
|
||||||
export_static_lib_headers: ["libdebuggerd_client"],
|
export_static_lib_headers: ["libdebuggerd_client"],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue