summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-02-05 13:14:05 -0800
committerSteven Moreland <smoreland@google.com>2019-02-05 13:14:26 -0800
commit941f105b60c997eb9deee78b98f2dce3ea90b258 (patch)
tree4b04cdff48446982ed4edd9116d083744d751371 /audio
parent7ac99ae365e1765539eb938806d1535341fa9ab6 (diff)
downloadandroid_hardware_interfaces-941f105b60c997eb9deee78b98f2dce3ea90b258.tar.gz
android_hardware_interfaces-941f105b60c997eb9deee78b98f2dce3ea90b258.tar.bz2
android_hardware_interfaces-941f105b60c997eb9deee78b98f2dce3ea90b258.zip
Update makefiles.
Some of these are out of date. Bug: N/A Test: N/A Change-Id: Ibf87fad9981d4e430a0bf797feadbb0bede232fc
Diffstat (limited to 'audio')
-rw-r--r--audio/5.0/Android.bp4
-rw-r--r--audio/common/5.0/Android.bp4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/5.0/Android.bp b/audio/5.0/Android.bp
index 27c1ef5f5..ee023e382 100644
--- a/audio/5.0/Android.bp
+++ b/audio/5.0/Android.bp
@@ -35,11 +35,7 @@ hidl_interface {
"MmapBufferInfo",
"MmapPosition",
"ParameterValue",
- "PlaybackTrackMetadata",
- "RecordTrackMetadata",
"Result",
- "SinkMetadata",
- "SourceMetadata",
"TimeSpec",
],
gen_java: false,
diff --git a/audio/common/5.0/Android.bp b/audio/common/5.0/Android.bp
index 663f8470f..c17f1442c 100644
--- a/audio/common/5.0/Android.bp
+++ b/audio/common/5.0/Android.bp
@@ -39,6 +39,10 @@ hidl_interface {
"AudioStreamType",
"AudioUsage",
"FixedChannelCount",
+ "PlaybackTrackMetadata",
+ "RecordTrackMetadata",
+ "SinkMetadata",
+ "SourceMetadata",
"ThreadInfo",
"Uuid",
],