Merge "Revert "Revert "Revert "Remove liblog from libcutils as a whole static lib"""" am: b02a355d10
am: 8e7fa9fb7e
am: 7e86b688cb
Change-Id: I90d8fc3b22fc59b04532fba6418b73ad8af998e3
This commit is contained in:
commit
5e106e0da8
|
@ -87,6 +87,12 @@ cc_library {
|
|||
"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"],
|
||||
export_static_lib_headers: ["libdebuggerd_client"],
|
||||
|
||||
|
|
Loading…
Reference in New Issue