summaryrefslogtreecommitdiffstats
path: root/ir/1.0
diff options
context:
space:
mode:
authorSteven Moreland2017-05-18 18:14:16 -0500
committerSteven Moreland2017-05-19 17:53:53 -0500
commite4d318948aa67150a33e6f25a9dce662afa14c4a (patch)
tree40425a45adc0c7fe7e16c786fb69f59b01e8d5fd /ir/1.0
parent2bb2add8a903ad0dfa489d22a264d28fb99e353a (diff)
downloadplatform-hardware-interfaces-e4d318948aa67150a33e6f25a9dce662afa14c4a.tar.gz
platform-hardware-interfaces-e4d318948aa67150a33e6f25a9dce662afa14c4a.tar.xz
platform-hardware-interfaces-e4d318948aa67150a33e6f25a9dce662afa14c4a.zip
Update makefiles.
Adds default configuration to all hals. Test: pass Merged-In: Icdf6b56df82c4b7b7de815e7febea9a07ab96856 Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856
Diffstat (limited to 'ir/1.0')
-rw-r--r--ir/1.0/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir/1.0/Android.bp b/ir/1.0/Android.bp
index ae3171ae..e47f2864 100644
--- a/ir/1.0/Android.bp
+++ b/ir/1.0/Android.bp
@@ -41,6 +41,7 @@ genrule {
41 41
42cc_library_shared { 42cc_library_shared {
43 name: "android.hardware.ir@1.0", 43 name: "android.hardware.ir@1.0",
44 defaults: ["hidl-module-defaults"],
44 generated_sources: ["android.hardware.ir@1.0_genc++"], 45 generated_sources: ["android.hardware.ir@1.0_genc++"],
45 generated_headers: ["android.hardware.ir@1.0_genc++_headers"], 46 generated_headers: ["android.hardware.ir@1.0_genc++_headers"],
46 export_generated_headers: ["android.hardware.ir@1.0_genc++_headers"], 47 export_generated_headers: ["android.hardware.ir@1.0_genc++_headers"],