diff options
author | Steven Moreland | 2017-07-26 12:14:57 -0500 |
---|---|---|
committer | Tri Vo | 2017-08-02 14:52:41 -0500 |
commit | 208a586cf8aa37e83b39e72354e0f6f7c76e4c4a (patch) | |
tree | bae117c95c285ea0a463e4786346b69c8f96a7ea /ir | |
parent | b026c45b293fc40235d4591d4a2d2d62eafe27ce (diff) | |
download | platform-hardware-interfaces-208a586cf8aa37e83b39e72354e0f6f7c76e4c4a.tar.gz platform-hardware-interfaces-208a586cf8aa37e83b39e72354e0f6f7c76e4c4a.tar.xz platform-hardware-interfaces-208a586cf8aa37e83b39e72354e0f6f7c76e4c4a.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
Merged-In: I1b2401fb273ab80819e3870aa71fe742269674ba
Change-Id: I1b2401fb273ab80819e3870aa71fe742269674ba
(cherry picked from commit 7206708528e1f0393347719f156ddf0bd0b6249c)
Diffstat (limited to 'ir')
-rw-r--r-- | ir/1.0/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/1.0/Android.bp b/ir/1.0/Android.bp index a059da53..12e62c02 100644 --- a/ir/1.0/Android.bp +++ b/ir/1.0/Android.bp | |||
@@ -39,7 +39,7 @@ genrule { | |||
39 | ], | 39 | ], |
40 | } | 40 | } |
41 | 41 | ||
42 | cc_library_shared { | 42 | cc_library { |
43 | name: "android.hardware.ir@1.0", | 43 | name: "android.hardware.ir@1.0", |
44 | defaults: ["hidl-module-defaults"], | 44 | defaults: ["hidl-module-defaults"], |
45 | generated_sources: ["android.hardware.ir@1.0_genc++"], | 45 | generated_sources: ["android.hardware.ir@1.0_genc++"], |