diff options
author | Justin Yun <justinyun@google.com> | 2017-08-04 14:12:23 +0900 |
---|---|---|
committer | Justin Yun <justinyun@google.com> | 2017-08-04 14:12:23 +0900 |
commit | 608d773ef8f346105d77ca5292505949a240b699 (patch) | |
tree | d847621e5a8c62b5090f5f361712f9cdc0c078b6 /usb/1.0 | |
parent | d9b12c13e5fd5f3e6fa7f1090d118a0c5f3dfb33 (diff) | |
download | platform_hardware_interfaces-608d773ef8f346105d77ca5292505949a240b699.tar.gz platform_hardware_interfaces-608d773ef8f346105d77ca5292505949a240b699.tar.bz2 platform_hardware_interfaces-608d773ef8f346105d77ca5292505949a240b699.zip |
Update make file for vndk enabled.
Update the Android.bp generated with hidl-gen.
Test: build with and without BOARD_VNDK_VERSION=current
Bug: 63866913
Change-Id: I1a9db1df49e0f13c5790da2b118ae9ec63ba34a7
Diffstat (limited to 'usb/1.0')
-rw-r--r-- | usb/1.0/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usb/1.0/Android.bp b/usb/1.0/Android.bp index 4157d9232d..afe1931774 100644 --- a/usb/1.0/Android.bp +++ b/usb/1.0/Android.bp @@ -53,6 +53,9 @@ cc_library { generated_headers: ["android.hardware.usb@1.0_genc++_headers"], export_generated_headers: ["android.hardware.usb@1.0_genc++_headers"], vendor_available: true, + vndk: { + enabled: true, + }, shared_libs: [ "libhidlbase", "libhidltransport", |