diff options
author | Steven Moreland <smoreland@google.com> | 2019-03-01 12:47:25 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-03-04 11:27:17 -0800 |
commit | a878aee9abf32b6d16e874fd0124febb8100626b (patch) | |
tree | 13493994f52ff8e7dce348c2def5abc06c090437 /broadcastradio | |
parent | 60bc204c1d7501fa2e90974fe9784765be29bf11 (diff) |
Update makefies: no 'types'
Bug: 123976090
Test: N/A
Change-Id: I30fb04c81889b62775e1b764b965fdb0f893de17
Diffstat (limited to 'broadcastradio')
-rw-r--r-- | broadcastradio/1.0/Android.bp | 17 | ||||
-rw-r--r-- | broadcastradio/1.1/Android.bp | 12 | ||||
-rw-r--r-- | broadcastradio/2.0/Android.bp | 23 |
3 files changed, 0 insertions, 52 deletions
diff --git a/broadcastradio/1.0/Android.bp b/broadcastradio/1.0/Android.bp index ecfecc40a5..76e580e88c 100644 --- a/broadcastradio/1.0/Android.bp +++ b/broadcastradio/1.0/Android.bp @@ -16,23 +16,6 @@ hidl_interface { interfaces: [ "android.hidl.base@1.0", ], - types: [ - "AmBandConfig", - "Band", - "BandConfig", - "Class", - "Deemphasis", - "Direction", - "FmBandConfig", - "MetaData", - "MetaDataClock", - "MetadataKey", - "MetadataType", - "ProgramInfo", - "Properties", - "Rds", - "Result", - ], gen_java: false, } diff --git a/broadcastradio/1.1/Android.bp b/broadcastradio/1.1/Android.bp index 1d59105e1d..2186b9a5cd 100644 --- a/broadcastradio/1.1/Android.bp +++ b/broadcastradio/1.1/Android.bp @@ -17,18 +17,6 @@ hidl_interface { "android.hardware.broadcastradio@1.0", "android.hidl.base@1.0", ], - types: [ - "IdentifierType", - "Modulation", - "ProgramIdentifier", - "ProgramInfo", - "ProgramInfoFlags", - "ProgramListResult", - "ProgramSelector", - "ProgramType", - "Properties", - "VendorKeyValue", - ], gen_java: false, } diff --git a/broadcastradio/2.0/Android.bp b/broadcastradio/2.0/Android.bp index 2434fdc859..93afc028e4 100644 --- a/broadcastradio/2.0/Android.bp +++ b/broadcastradio/2.0/Android.bp @@ -17,29 +17,6 @@ hidl_interface { interfaces: [ "android.hidl.base@1.0", ], - types: [ - "AmFmBandRange", - "AmFmRegionConfig", - "Announcement", - "AnnouncementType", - "ConfigFlag", - "Constants", - "DabTableEntry", - "Deemphasis", - "IdentifierType", - "Metadata", - "MetadataKey", - "ProgramFilter", - "ProgramIdentifier", - "ProgramInfo", - "ProgramInfoFlags", - "ProgramListChunk", - "ProgramSelector", - "Properties", - "Rds", - "Result", - "VendorKeyValue", - ], gen_java: true, } |