diff options
| -rw-r--r-- | libs/binderthreadstate/Android.bp | 8 |
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"], |