audio: Add AIDL definitions for Playback/RecordTrackMetadata

These types are used by I/O streams of the Audio HAL and
also by other HALs, so they are placed into 'a.h.audio.common'
types-only package.

Bug: 198812639
Test: m android.hardware.audio.common
Test: m check-vintf-all
Change-Id: I7064c3819d4c8e61981542ca2ccc52ca992a4ef8
This commit is contained in:
Mikhail Naganov
2021-10-26 14:00:00 -07:00
parent 04e371dc3f
commit 32a8ef3d8e
10 changed files with 373 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {
"android.hardware.media.bufferpool@2.0",
"android.hardware.radio.config@1.2",
// AIDL
"android.hardware.audio.common",
"android.hardware.biometrics.common",
"android.hardware.common",
"android.hardware.common.fmq",