summaryrefslogtreecommitdiffstats
path: root/broadcastradio
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-03-04 16:05:59 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-03-04 16:05:59 -0800
commit7f4e21adda2805a0ec16ade199de86e592902e26 (patch)
tree032c97b473914083a14f9dc7574fd0451be4e79c /broadcastradio
parentbccd81c6a1d3270e5575790d77a1e2baff7d1cfc (diff)
parent7224bc9bcf5777f5cba3a697110e7fdd2f64fb65 (diff)
downloadandroid_hardware_interfaces-7f4e21adda2805a0ec16ade199de86e592902e26.tar.gz
android_hardware_interfaces-7f4e21adda2805a0ec16ade199de86e592902e26.tar.bz2
android_hardware_interfaces-7f4e21adda2805a0ec16ade199de86e592902e26.zip
Merge "Update makefies: no 'types'" am: 4ee5ec1469 am: bab622f6a6
am: 7224bc9bcf Change-Id: I434939e0770afa436c532a945542fce30a71ef7d
Diffstat (limited to 'broadcastradio')
-rw-r--r--broadcastradio/1.0/Android.bp17
-rw-r--r--broadcastradio/1.1/Android.bp12
-rw-r--r--broadcastradio/2.0/Android.bp23
3 files changed, 0 insertions, 52 deletions
diff --git a/broadcastradio/1.0/Android.bp b/broadcastradio/1.0/Android.bp
index ecfecc40a..76e580e88 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 1d59105e1..2186b9a5c 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 2434fdc85..93afc028e 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,
}