Merge "Remove liblog from libcutils as a whole static lib"

This commit is contained in:
Dimitry Ivanov 2016-10-03 18:26:45 +00:00 committed by Gerrit Code Review
commit dd01f980e5
1 changed files with 0 additions and 6 deletions

View File

@ -87,12 +87,6 @@ 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"],