diff options
author | Steven Moreland <smoreland@google.com> | 2016-10-21 13:40:54 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2016-10-22 00:28:00 +0000 |
commit | ce9779412a815f3eabe4ff4c4b9967994029dcc3 (patch) | |
tree | 7dd2a2618c2c9fd0d163421d10018012cb70e49c /radio/1.0/Android.bp | |
parent | dbe086ff7da9f537ed57e154a73e72c947e07a7a (diff) | |
download | platform_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 'radio/1.0/Android.bp')
-rw-r--r-- | radio/1.0/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/radio/1.0/Android.bp b/radio/1.0/Android.bp index 682e12c6b7..34eaf33d0e 100644 --- a/radio/1.0/Android.bp +++ b/radio/1.0/Android.bp @@ -51,4 +51,9 @@ cc_library_shared { "libutils", "libcutils", ], +export_shared_lib_headers: [ + "libhidl", + "libhwbinder", + "libutils", + ], } |