summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-03-04 12:00:03 -0800
committerSteven Moreland <smoreland@google.com>2019-03-04 14:09:25 -0800
commitb91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6 (patch)
tree3c88370347031e8f5d981e76943da9b9367a8ede /tv
parent371da1503e727477bc9d1c74e5702d9ff12d234b (diff)
downloadandroid_hardware_interfaces-b91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6.tar.gz
android_hardware_interfaces-b91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6.tar.bz2
android_hardware_interfaces-b91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6.zip
Update makefies: no 'types' internal
Bug: 123976090 Test: N/A Change-Id: I84b659b163b63d39535b462a3df8a9c19f680976
Diffstat (limited to 'tv')
-rw-r--r--tv/cec/2.0/Android.bp26
1 files changed, 0 insertions, 26 deletions
diff --git a/tv/cec/2.0/Android.bp b/tv/cec/2.0/Android.bp
index 998cb23ec..5a67fa55f 100644
--- a/tv/cec/2.0/Android.bp
+++ b/tv/cec/2.0/Android.bp
@@ -15,32 +15,6 @@ hidl_interface {
"android.hidl.base@1.0",
"android.hidl.safe_union@1.0",
],
- types: [
- "AbortReason",
- "CecAllDeviceTypeValue",
- "CecDeviceFeature",
- "CecDeviceInfo",
- "CecDeviceType",
- "CecLogicalAddress",
- "CecMessage",
- "CecMessageType",
- "CecPowerState",
- "CecRcProfile",
- "CecRcProfile1",
- "CecRcProfileId",
- "CecRcProfileSource",
- "CecTopologyEvent",
- "CecTopologyEventType",
- "CecUICommandCodes",
- "CecVersion",
- "HdmiPortInfo",
- "HdmiPortType",
- "HotplugEvent",
- "MaxLength",
- "OptionKey",
- "Result",
- "SendMessageResult",
- ],
gen_java: true,
}