summaryrefslogtreecommitdiffstats
path: root/benchmarks
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 /benchmarks
parentdbe086ff7da9f537ed57e154a73e72c947e07a7a (diff)
downloadplatform_hardware_interfaces-ce9779412a815f3eabe4ff4c4b9967994029dcc3.tar.gz
platform_hardware_interfaces-ce9779412a815f3eabe4ff4c4b9967994029dcc3.tar.bz2
platform_hardware_interfaces-ce9779412a815f3eabe4ff4c4b9967994029dcc3.zip
Update headers (for export shared lib headers)
Test: mma -j64 Bug: 32337293 Change-Id: I93e7cab90efac407525a1a5f2ad30f816a530e17
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/msgq/1.0/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/msgq/1.0/Android.bp b/benchmarks/msgq/1.0/Android.bp
index 51841c243f..b222cfbd08 100644
--- a/benchmarks/msgq/1.0/Android.bp
+++ b/benchmarks/msgq/1.0/Android.bp
@@ -39,4 +39,9 @@ cc_library_shared {
"libutils",
"libcutils",
],
+export_shared_lib_headers: [
+ "libhidl",
+ "libhwbinder",
+ "libutils",
+ ],
}