From ce508ac67690e50642ecad97115eaed626a73c93 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Wed, 11 Aug 2021 17:23:11 -0700 Subject: [PATCH] Split basic audio types from audioclient-types-aidl-cpp There are basic types that will be used both by the SAIDL interface with audio HAL and by framework AIDL interfaces. They used to be in audioclient-types-aidl-cpp which isn't "stable". Bug: 188932434 Test: m Apex-Size-Increase: 17 KiB Previous-Platform-Support: No Aosp-First: No Ignore-AOSP-First: Part of a topic, will upstream to AOSP Test-Info: N/A (interface) Change-Id: I60ad5cdadaae9f040d2fc9ffed2395a3a87c0f46 Merged-In: I60ad5cdadaae9f040d2fc9ffed2395a3a87c0f46 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index d45170e..29b8c40 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -74,6 +74,7 @@ android.hidl.memory@1.0(minSdkVersion:29) android.hidl.safe_union@1.0(minSdkVersion:29) android.hidl.token@1.0(minSdkVersion:29) android.hidl.token@1.0-utils(minSdkVersion:29) +android.media.audio.common.types-V1-cpp(minSdkVersion:29) android.net.ipsec.ike.xml(minSdkVersion:(no version)) android_downloader_lib(minSdkVersion:30) androidx-constraintlayout_constraintlayout(minSdkVersion:14)