commit | f77beb516b57dbf9ae32d63c7439f43920083e3b | [log] [tgz] |
---|---|---|
author | Songchun Fan <schfan@google.com> | Thu Feb 25 23:16:11 2021 +0000 |
committer | Songchun Fan <schfan@google.com> | Thu Feb 25 15:32:16 2021 -0800 |
tree | 1656ce5f843dc2b132df3cd40ee1384dfa35d29d | |
parent | 8439ab27d68f7e161cc9148e509f0073da6b472c [diff] [blame] |
[vold] expose binder headers to dependent modules This allows libincremental_aidl-cpp to be built via cc_library instead of aidl_interface. BUG: 181266844 Test: builds Change-Id: I4f0bc82629c0df758467aa074274b30f9dc6718d
diff --git a/Android.bp b/Android.bp index fa8f249..f2a1a37 100644 --- a/Android.bp +++ b/Android.bp
@@ -96,6 +96,9 @@ whole_static_libs: [ "libincremental_aidl-cpp", ], + export_shared_lib_headers: [ + "libbinder", + ], } cc_library_headers {