diff options
author | Steven Moreland <smoreland@google.com> | 2019-03-04 12:00:03 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-03-04 14:09:25 -0800 |
commit | b91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6 (patch) | |
tree | 3c88370347031e8f5d981e76943da9b9367a8ede /media/c2 | |
parent | 371da1503e727477bc9d1c74e5702d9ff12d234b (diff) | |
download | platform_hardware_interfaces-b91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6.tar.gz platform_hardware_interfaces-b91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6.tar.bz2 platform_hardware_interfaces-b91ac5c6a0c0b76f17c19a1d3983d5faa1857eb6.zip |
Update makefies: no 'types' internal
Bug: 123976090
Test: N/A
Change-Id: I84b659b163b63d39535b462a3df8a9c19f680976
Diffstat (limited to 'media/c2')
-rw-r--r-- | media/c2/1.0/Android.bp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media/c2/1.0/Android.bp b/media/c2/1.0/Android.bp index 56c78b2e6e..6c836af1a4 100644 --- a/media/c2/1.0/Android.bp +++ b/media/c2/1.0/Android.bp @@ -25,28 +25,6 @@ hidl_interface { "android.hardware.media@1.0", "android.hidl.base@1.0", ], - types: [ - "BaseBlock", - "Block", - "Buffer", - "FieldDescriptor", - "FieldId", - "FieldSupportedValues", - "FieldSupportedValuesQuery", - "FieldSupportedValuesQueryResult", - "FrameData", - "InfoBuffer", - "ParamDescriptor", - "ParamField", - "ParamFieldValues", - "SettingResult", - "Status", - "StructDescriptor", - "Work", - "WorkBundle", - "WorkOrdinal", - "Worklet", - ], gen_java: false, } |