diff options
author | Steven Moreland <smoreland@google.com> | 2017-07-26 10:14:57 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-07-26 10:14:57 -0700 |
commit | 7206708528e1f0393347719f156ddf0bd0b6249c (patch) | |
tree | e5a405ef67d92522dea6d9f6b6d74c2eed4d9d96 /tests/multithread/1.0/Android.bp | |
parent | 6ef70c9040773aa501ee54b54efc15a7ea61b25f (diff) | |
download | platform_hardware_interfaces-7206708528e1f0393347719f156ddf0bd0b6249c.tar.gz platform_hardware_interfaces-7206708528e1f0393347719f156ddf0bd0b6249c.tar.bz2 platform_hardware_interfaces-7206708528e1f0393347719f156ddf0bd0b6249c.zip |
Update HIDL makefiles.
Allow them to be static.
This is required for a couple of reasons:
- enabling HIDL passthrough in recovery
- enabling VTS tests to be static blobs
Bug: 32920003
Bug: 64040096
Test: update-all-google-makefiles.sh
Change-Id: I1b2401fb273ab80819e3870aa71fe742269674ba
Diffstat (limited to 'tests/multithread/1.0/Android.bp')
-rw-r--r-- | tests/multithread/1.0/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multithread/1.0/Android.bp b/tests/multithread/1.0/Android.bp index c3782a0d6d..5f4c44c980 100644 --- a/tests/multithread/1.0/Android.bp +++ b/tests/multithread/1.0/Android.bp @@ -35,7 +35,7 @@ genrule { ], } -cc_library_shared { +cc_library { name: "android.hardware.tests.multithread@1.0", defaults: ["hidl-module-defaults"], generated_sources: ["android.hardware.tests.multithread@1.0_genc++"], |