summaryrefslogtreecommitdiffstats
path: root/tests/expression/1.0/Android.bp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2016-10-21 13:40:54 -0700
committerSteven Moreland <smoreland@google.com>2016-10-22 00:28:00 +0000
commitce9779412a815f3eabe4ff4c4b9967994029dcc3 (patch)
tree7dd2a2618c2c9fd0d163421d10018012cb70e49c /tests/expression/1.0/Android.bp
parentdbe086ff7da9f537ed57e154a73e72c947e07a7a (diff)
downloadandroid_hardware_interfaces-ce9779412a815f3eabe4ff4c4b9967994029dcc3.tar.gz
android_hardware_interfaces-ce9779412a815f3eabe4ff4c4b9967994029dcc3.tar.bz2
android_hardware_interfaces-ce9779412a815f3eabe4ff4c4b9967994029dcc3.zip
Update headers (for export shared lib headers)
Test: mma -j64 Bug: 32337293 Change-Id: I93e7cab90efac407525a1a5f2ad30f816a530e17
Diffstat (limited to 'tests/expression/1.0/Android.bp')
-rw-r--r--tests/expression/1.0/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/expression/1.0/Android.bp b/tests/expression/1.0/Android.bp
index 32d468281..2ad94fa48 100644
--- a/tests/expression/1.0/Android.bp
+++ b/tests/expression/1.0/Android.bp
@@ -47,4 +47,9 @@ cc_library_shared {
"libutils",
"libcutils",
],
+export_shared_lib_headers: [
+ "libhidl",
+ "libhwbinder",
+ "libutils",
+ ],
}