diff options
author | Steven Moreland <smoreland@google.com> | 2017-10-04 21:54:11 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-04 21:54:11 +0000 |
commit | 70bfb9d250087071fb1cabc6f7e06f26c806e7e6 (patch) | |
tree | 8104e06cc24700d49f3901014385b04ceb010ed0 /contexthub/1.0 | |
parent | bf5e381a8b6dc8bfcb00ce6b91a82ffe21d2fe6c (diff) | |
parent | 9a17f41f6f80c64b947b9ea2f35e400fd8f96599 (diff) | |
download | platform_hardware_interfaces-70bfb9d250087071fb1cabc6f7e06f26c806e7e6.tar.gz platform_hardware_interfaces-70bfb9d250087071fb1cabc6f7e06f26c806e7e6.tar.bz2 platform_hardware_interfaces-70bfb9d250087071fb1cabc6f7e06f26c806e7e6.zip |
Merge "Update for hidl adapter module defaults." am: 988c977079 am: 861651985f am: b53e6ad535
am: 9a17f41f6f
Change-Id: I78d9292068b372238554fd9d35128e69f5b5f9d2
Diffstat (limited to 'contexthub/1.0')
-rw-r--r-- | contexthub/1.0/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contexthub/1.0/Android.bp b/contexthub/1.0/Android.bp index 74e028ca2f..e8f7103a9e 100644 --- a/contexthub/1.0/Android.bp +++ b/contexthub/1.0/Android.bp @@ -137,6 +137,7 @@ genrule { cc_test { name: "android.hardware.contexthub@1.0-adapter", + defaults: ["hidl-module-defaults"], shared_libs: [ "libhidladapter", "libhidlbase", |