summaryrefslogtreecommitdiffstats
path: root/ir
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-18 16:14:16 -0700
committerSteven Moreland <smoreland@google.com>2017-05-18 16:14:16 -0700
commit06c85d986a7923d029ebcf3b199764b8d597b645 (patch)
tree0aa107223270c92587fe1db2b6ab4169e65f7784 /ir
parent872518a234169030f591b683570c76437e3b49f2 (diff)
downloadandroid_hardware_interfaces-06c85d986a7923d029ebcf3b199764b8d597b645.tar.gz
android_hardware_interfaces-06c85d986a7923d029ebcf3b199764b8d597b645.tar.bz2
android_hardware_interfaces-06c85d986a7923d029ebcf3b199764b8d597b645.zip
Update makefiles.
Adds default configuration to all hals. Test: pass Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856
Diffstat (limited to 'ir')
-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 2c5304774..a059da53d 100644
--- a/ir/1.0/Android.bp
+++ b/ir/1.0/Android.bp
@@ -41,6 +41,7 @@ genrule {
cc_library_shared {
name: "android.hardware.ir@1.0",
+ defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.ir@1.0_genc++"],
generated_headers: ["android.hardware.ir@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.ir@1.0_genc++_headers"],