diff options
author | Jiyong Park <jiyong@google.com> | 2017-06-26 13:28:51 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2017-06-26 13:31:52 +0900 |
commit | 9bd43bd4f65352c464721243bdd9cb5fa62d1b32 (patch) | |
tree | 1ec09a87d8c6a21431128ca5b100539016d74b38 /Android.bp | |
parent | 1cde649b04f8512d14db2b94c8f85790815357c7 (diff) |
libhardware_headers export headers from libcutils
Some headers of libhardware are using headers from libcutils.
Bug: 33241851
Test: BOARD_VNDK_VERSION=current m -j successful with aosp_arm target
Change-Id: I649056285ced1cd5da4aba6a19b25e22c43c8621
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,10 +5,12 @@ cc_library_headers { header_libs: [ "libaudio_system_headers", "libsystem_headers", + "libcutils_headers", ], export_header_lib_headers: [ "libaudio_system_headers", - "libsystem_headers" + "libsystem_headers", + "libcutils_headers", ], export_include_dirs: ["include"], |