aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Naganov <mnaganov@google.com>2022-01-21 22:17:43 +0000
committerMikhail Naganov <mnaganov@google.com>2022-02-05 00:41:09 +0000
commit722d21456b6d74468a94615d17c13d030ff709bd (patch)
tree01d6420b2b72e0462bae1ea00c2f943ceb8c5451
parente0977657a110b6ca7e3f235fcb68d0d44aa633fc (diff)
downloadhidl-722d21456b6d74468a94615d17c13d030ff709bd.tar.gz
Add android.hardware.audio@7.1
This is an exemption from the rule on no new HIDL interfaces in T. Bug: 214426419 Test: m Change-Id: I8615d8a5e1490d74c79ddb3c57594b36d26144d9 (cherry picked from commit 49f9e5ee99c2485d9f8168fdb0376039fbf4aab3) Merged-In: I8615d8a5e1490d74c79ddb3c57594b36d26144d9
-rw-r--r--build/hidl_interface.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/hidl_interface.go b/build/hidl_interface.go
index 9b1cc462..2d9e5d8d 100644
--- a/build/hidl_interface.go
+++ b/build/hidl_interface.go
@@ -883,6 +883,7 @@ var allAospHidlInterfaces = map[string]bool{
"android.hardware.audio@5.0": true,
"android.hardware.audio@6.0": true,
"android.hardware.audio@7.0": true,
+ "android.hardware.audio@7.1": true,
"android.hardware.audio.common@2.0": true,
"android.hardware.audio.common@4.0": true,
"android.hardware.audio.common@5.0": true,