summaryrefslogtreecommitdiffstats
path: root/tv
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 /tv
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 'tv')
-rw-r--r--tv/cec/1.0/default/Android.bp2
-rw-r--r--tv/input/1.0/default/Android.bp2
2 files changed, 4 insertions, 0 deletions
diff --git a/tv/cec/1.0/default/Android.bp b/tv/cec/1.0/default/Android.bp
index efb88ec55..069f32738 100644
--- a/tv/cec/1.0/default/Android.bp
+++ b/tv/cec/1.0/default/Android.bp
@@ -1,5 +1,6 @@
cc_library_shared {
name: "android.hardware.tv.cec@1.0-impl",
+ defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: ["HdmiCec.cpp"],
@@ -18,6 +19,7 @@ cc_library_shared {
cc_binary {
name: "android.hardware.tv.cec@1.0-service",
+ defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor: true,
init_rc: ["android.hardware.tv.cec@1.0-service.rc"],
diff --git a/tv/input/1.0/default/Android.bp b/tv/input/1.0/default/Android.bp
index f8956f18f..7c140a5c4 100644
--- a/tv/input/1.0/default/Android.bp
+++ b/tv/input/1.0/default/Android.bp
@@ -1,5 +1,6 @@
cc_library_shared {
name: "android.hardware.tv.input@1.0-impl",
+ defaults: ["hidl_defaults"],
vendor: true,
relative_install_path: "hw",
srcs: ["TvInput.cpp"],
@@ -19,6 +20,7 @@ cc_library_shared {
cc_binary {
name: "android.hardware.tv.input@1.0-service",
+ defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor: true,
init_rc: ["android.hardware.tv.input@1.0-service.rc"],