From 7206708528e1f0393347719f156ddf0bd0b6249c Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 26 Jul 2017 10:14:57 -0700 Subject: 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 --- ir/1.0/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ir') 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 { ], } -cc_library_shared { +cc_library { name: "android.hardware.ir@1.0", defaults: ["hidl-module-defaults"], generated_sources: ["android.hardware.ir@1.0_genc++"], -- cgit v1.2.3-54-g00ecf