diff options
author | Steven Moreland <smoreland@google.com> | 2017-10-04 12:47:03 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-10-04 12:47:03 -0700 |
commit | 527fd76a0e7c032af7d2c232fbd12bd1d36a4221 (patch) | |
tree | eca5b7908fdadc3cb20ff62d5f9bcacb5f85dda3 /tv | |
parent | b020127017a7faf52195f0911b2378c7e69da614 (diff) | |
download | platform_hardware_interfaces-527fd76a0e7c032af7d2c232fbd12bd1d36a4221.tar.gz platform_hardware_interfaces-527fd76a0e7c032af7d2c232fbd12bd1d36a4221.tar.bz2 platform_hardware_interfaces-527fd76a0e7c032af7d2c232fbd12bd1d36a4221.zip |
Update for hidl adapter module defaults.
Test: pass
Change-Id: Idc6a943149a279bf17cfcfd0f2571473e53bbbbf
Diffstat (limited to 'tv')
-rw-r--r-- | tv/cec/1.0/Android.bp | 1 | ||||
-rw-r--r-- | tv/input/1.0/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tv/cec/1.0/Android.bp b/tv/cec/1.0/Android.bp index 10902ef3b0..f333777b77 100644 --- a/tv/cec/1.0/Android.bp +++ b/tv/cec/1.0/Android.bp @@ -137,6 +137,7 @@ genrule { cc_test { name: "android.hardware.tv.cec@1.0-adapter", + defaults: ["hidl-module-defaults"], shared_libs: [ "libhidladapter", "libhidlbase", diff --git a/tv/input/1.0/Android.bp b/tv/input/1.0/Android.bp index 36b2f132de..b07b2c75d5 100644 --- a/tv/input/1.0/Android.bp +++ b/tv/input/1.0/Android.bp @@ -141,6 +141,7 @@ genrule { cc_test { name: "android.hardware.tv.input@1.0-adapter", + defaults: ["hidl-module-defaults"], shared_libs: [ "libhidladapter", "libhidlbase", |