summaryrefslogtreecommitdiffstats
path: root/thermal
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-28 19:31:03 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-28 19:31:03 +0000
commit1bf3cfc11dc601d8450a77a7576fdff7ee1f4a54 (patch)
treed08921ac443036e2e91bc512c8d8fcd9228e438e /thermal
parentdbd7e5f031e159cafdb5f8e82d985cf236b6fa60 (diff)
parentf53fe9317baa06e7d1b898f2b106224d3e0202f5 (diff)
downloadandroid_hardware_interfaces-1bf3cfc11dc601d8450a77a7576fdff7ee1f4a54.tar.gz
android_hardware_interfaces-1bf3cfc11dc601d8450a77a7576fdff7ee1f4a54.tar.bz2
android_hardware_interfaces-1bf3cfc11dc601d8450a77a7576fdff7ee1f4a54.zip
Merge "Use -Werror in hardware/interfaces" am: 02804915fb am: 8e736c21de
am: f53fe9317b Change-Id: Ifc0a5be285be1a57d998db3c032e392b307cfa80
Diffstat (limited to 'thermal')
-rw-r--r--thermal/1.0/default/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/thermal/1.0/default/Android.bp b/thermal/1.0/default/Android.bp
index 2054b88f7..9d81474b7 100644
--- a/thermal/1.0/default/Android.bp
+++ b/thermal/1.0/default/Android.bp
@@ -34,6 +34,7 @@ cc_library_shared {
cc_binary {
name: "android.hardware.thermal@1.0-service",
+ defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor: true,
init_rc: ["android.hardware.thermal@1.0-service.rc"],