commit | 6729bce6c364cd6208b9b477e773a52fd61937a9 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Thu Dec 20 20:24:37 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 20 20:24:37 2018 +0000 |
tree | 48d47b03a36b855c242d7ff54f7383407bbf151b | |
parent | babb02766994351d920fd391b842b091fc1361f9 [diff] | |
parent | cb3472fa1dc86b107dc0911d7f991cb5fc72b504 [diff] |
Merge "Don't use libs when header_libs is enough"
diff --git a/libs/binderthreadstate/Android.bp b/libs/binderthreadstate/Android.bp index 7106cbb..512b069 100644 --- a/libs/binderthreadstate/Android.bp +++ b/libs/binderthreadstate/Android.bp
@@ -24,11 +24,13 @@ "IPCThreadStateBase.cpp", ], + header_libs: [ + "libbase_headers", + "libutils_headers", + ], + shared_libs: [ - "libbase", "liblog", - "libcutils", - "libutils", ], export_include_dirs: ["include"],