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 /radio/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 'radio/1.0/Android.bp')
-rw-r--r-- | radio/1.0/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radio/1.0/Android.bp b/radio/1.0/Android.bp index 988f5d2c6e..8af2675c43 100644 --- a/radio/1.0/Android.bp +++ b/radio/1.0/Android.bp @@ -67,7 +67,7 @@ genrule { ], } -cc_library_shared { +cc_library { name: "android.hardware.radio@1.0", defaults: ["hidl-module-defaults"], generated_sources: ["android.hardware.radio@1.0_genc++"], |