Merge "Revert "Remove liblog from libcutils as a whole static lib"" am: d4446ccce8
am: 3e5bb6dc6e
am: 1814d808f3
am: 897fa44319
Change-Id: Ib57efea490b8df2aed2e3c7dd8c3344e2101a942
This commit is contained in:
commit
2b91e262f8
|
@ -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