summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Marco Nelissen <marcone@google.com> 2018-12-20 07:38:10 -0800
committer Marco Nelissen <marcone@google.com> 2018-12-20 07:45:37 -0800
commitcb3472fa1dc86b107dc0911d7f991cb5fc72b504 (patch)
tree17a7a8a962e45b9a7e75d810c5c2a3169b18b916
parent990c9f278a6fb87fdac0a332594b5f55017ff115 (diff)
Don't use libs when header_libs is enough
Replace libbase and libutils with their _headers counterparts, and remove libcutils altogether since it wasnt used. Test: build Change-Id: Icd57c1845f5924994bd5f8d63f270aefd75b6379
-rw-r--r--libs/binderthreadstate/Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/libs/binderthreadstate/Android.bp b/libs/binderthreadstate/Android.bp
index 7106cbbf75..512b0698d3 100644
--- a/libs/binderthreadstate/Android.bp
+++ b/libs/binderthreadstate/Android.bp
@@ -24,11 +24,13 @@ cc_library {
"IPCThreadStateBase.cpp",
],
+ header_libs: [
+ "libbase_headers",
+ "libutils_headers",
+ ],
+
shared_libs: [
- "libbase",
"liblog",
- "libcutils",
- "libutils",
],
export_include_dirs: ["include"],