diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-10-04 21:36:25 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-04 21:36:25 +0000 |
commit | 988c9770792e50f65c61cbcbacc5aa26d9404243 (patch) | |
tree | f2c9193223470832c453963f6ae610af6269cc24 /vibrator/1.0 | |
parent | 85bb01dd6bb8e2392dff5eafd568b57e8ea5e04d (diff) | |
parent | 527fd76a0e7c032af7d2c232fbd12bd1d36a4221 (diff) | |
download | platform_hardware_interfaces-988c9770792e50f65c61cbcbacc5aa26d9404243.tar.gz platform_hardware_interfaces-988c9770792e50f65c61cbcbacc5aa26d9404243.tar.bz2 platform_hardware_interfaces-988c9770792e50f65c61cbcbacc5aa26d9404243.zip |
Merge "Update for hidl adapter module defaults."
Diffstat (limited to 'vibrator/1.0')
-rw-r--r-- | vibrator/1.0/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vibrator/1.0/Android.bp b/vibrator/1.0/Android.bp index 0a48e00f74..92896573cf 100644 --- a/vibrator/1.0/Android.bp +++ b/vibrator/1.0/Android.bp @@ -128,6 +128,7 @@ genrule { cc_test { name: "android.hardware.vibrator@1.0-adapter", + defaults: ["hidl-module-defaults"], shared_libs: [ "libhidladapter", "libhidlbase", |