diff options
author | Mikhail Naganov <mnaganov@google.com> | 2021-10-26 14:00:00 -0700 |
---|---|---|
committer | Mikhail Naganov <mnaganov@google.com> | 2021-10-27 14:10:37 -0700 |
commit | 32a8ef3d8e7db37ab8007f9bfb67e151832dc977 (patch) | |
tree | 27e391fed4de95b073cef586d7bf831b25dbbab0 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 04e371dc3f1c98c3beb3712397bd856163d9f165 (diff) |
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
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 1def7381ef..2aa4bb2a22 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -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", |