summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Reck2016-10-07 11:22:38 -0500
committerJohn Reck2016-10-07 11:22:38 -0500
commit6a452917b34ac2ac6f90840186342f718af54ef0 (patch)
treea3c75495cc17f85f045c1daaf5e021f0fdb49ae9 /libcutils/Android.bp
parent595c1480d08b95bb2daaf5211e9b886ece13ef2f (diff)
downloadplatform-system-core-6a452917b34ac2ac6f90840186342f718af54ef0.tar.gz
platform-system-core-6a452917b34ac2ac6f90840186342f718af54ef0.tar.xz
platform-system-core-6a452917b34ac2ac6f90840186342f718af54ef0.zip
Revert "Revert "Revert "Remove liblog from libcutils as a whole static lib"""
This reverts commit 595c1480d08b95bb2daaf5211e9b886ece13ef2f. Revert reason: broke bullhead-eng build in master Change-Id: Ie64fc31c3c971366ab9f2543b91b8f5d2040868b
Diffstat (limited to 'libcutils/Android.bp')
-rw-r--r--libcutils/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcutils/Android.bp b/libcutils/Android.bp
index 955c0ecd6..8624d13f5 100644
--- a/libcutils/Android.bp
+++ b/libcutils/Android.bp
@@ -87,6 +87,12 @@ cc_library {
87 "uevent.c", 87 "uevent.c",
88 ], 88 ],
89 89
90 // TODO: remove liblog as whole static library, once we don't have prebuilt that requires
91 // liblog symbols present in libcutils.
92 whole_static_libs: [
93 "liblog",
94 ],
95
90 static_libs: ["libdebuggerd_client"], 96 static_libs: ["libdebuggerd_client"],
91 export_static_lib_headers: ["libdebuggerd_client"], 97 export_static_lib_headers: ["libdebuggerd_client"],
92 98