summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-03-01 12:47:25 -0800
committerSteven Moreland <smoreland@google.com>2019-03-04 11:27:17 -0800
commita878aee9abf32b6d16e874fd0124febb8100626b (patch)
tree13493994f52ff8e7dce348c2def5abc06c090437 /tv
parent60bc204c1d7501fa2e90974fe9784765be29bf11 (diff)
downloadandroid_hardware_interfaces-a878aee9abf32b6d16e874fd0124febb8100626b.tar.gz
android_hardware_interfaces-a878aee9abf32b6d16e874fd0124febb8100626b.tar.bz2
android_hardware_interfaces-a878aee9abf32b6d16e874fd0124febb8100626b.zip
Update makefies: no 'types'
Bug: 123976090 Test: N/A Change-Id: I30fb04c81889b62775e1b764b965fdb0f893de17
Diffstat (limited to 'tv')
-rw-r--r--tv/cec/1.0/Android.bp14
-rw-r--r--tv/input/1.0/Android.bp9
2 files changed, 0 insertions, 23 deletions
diff --git a/tv/cec/1.0/Android.bp b/tv/cec/1.0/Android.bp
index 2aa155e8f..7626dc051 100644
--- a/tv/cec/1.0/Android.bp
+++ b/tv/cec/1.0/Android.bp
@@ -14,20 +14,6 @@ hidl_interface {
interfaces: [
"android.hidl.base@1.0",
],
- types: [
- "AbortReason",
- "CecDeviceType",
- "CecLogicalAddress",
- "CecMessage",
- "CecMessageType",
- "HdmiPortInfo",
- "HdmiPortType",
- "HotplugEvent",
- "MaxLength",
- "OptionKey",
- "Result",
- "SendMessageResult",
- ],
gen_java: true,
}
diff --git a/tv/input/1.0/Android.bp b/tv/input/1.0/Android.bp
index 1bf39306d..a6c195992 100644
--- a/tv/input/1.0/Android.bp
+++ b/tv/input/1.0/Android.bp
@@ -15,15 +15,6 @@ hidl_interface {
"android.hardware.audio.common@2.0",
"android.hidl.base@1.0",
],
- types: [
- "CableConnectionStatus",
- "Result",
- "TvInputDeviceInfo",
- "TvInputEvent",
- "TvInputEventType",
- "TvInputType",
- "TvStreamConfig",
- ],
gen_java: false,
gen_java_constants: true,
}