summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-06-26 13:28:51 +0900
committerJiyong Park <jiyong@google.com>2017-06-26 13:31:52 +0900
commit9bd43bd4f65352c464721243bdd9cb5fa62d1b32 (patch)
tree1ec09a87d8c6a21431128ca5b100539016d74b38 /Android.bp
parent1cde649b04f8512d14db2b94c8f85790815357c7 (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.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index f6aacd20..55b7af48 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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"],