summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Yun2017-08-04 00:12:23 -0500
committerJustin Yun2017-08-04 00:12:23 -0500
commit608d773ef8f346105d77ca5292505949a240b699 (patch)
treed847621e5a8c62b5090f5f361712f9cdc0c078b6 /vibrator/1.0
parentd9b12c13e5fd5f3e6fa7f1090d118a0c5f3dfb33 (diff)
downloadplatform-hardware-interfaces-608d773ef8f346105d77ca5292505949a240b699.tar.gz
platform-hardware-interfaces-608d773ef8f346105d77ca5292505949a240b699.tar.xz
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 'vibrator/1.0')
-rw-r--r--vibrator/1.0/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/vibrator/1.0/Android.bp b/vibrator/1.0/Android.bp
index 4f3263a3..354b83ff 100644
--- a/vibrator/1.0/Android.bp
+++ b/vibrator/1.0/Android.bp
@@ -46,6 +46,9 @@ cc_library {
46 generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"], 46 generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"],
47 export_generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"], 47 export_generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"],
48 vendor_available: true, 48 vendor_available: true,
49 vndk: {
50 enabled: true,
51 },
49 shared_libs: [ 52 shared_libs: [
50 "libhidlbase", 53 "libhidlbase",
51 "libhidltransport", 54 "libhidltransport",