aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonsik Kim <wonsik@google.com>2023-11-16 12:46:43 -0800
committerWonsik Kim <wonsik@google.com>2023-11-16 13:05:05 -0800
commit20862c1cf83abea2a2aa24a777a98efed6b82863 (patch)
treeab990097afb88027bfc773479d0ccd8ce55add35
parentccdc1c03229052137e68045bf2be7ae1f9efbc1b (diff)
downloadcommon-20862c1cf83abea2a2aa24a777a98efed6b82863.tar.gz
Add aconfig & hal selection to allowed_deps
Added deps: - aconfig_mediacodec_flags_c_lib - libcodec2_hal_selection_static Apex-Size-Increase: 32768 Previous-Platform-Support: yes Aosp-First: yes Test-Info: manually switching flags and see if media.swcodec gets the flag Test: m Change-Id: Iff8767b907343c514ec15ef275974dee998a2e43
-rw-r--r--build/allowed_deps.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index 1044bc4c..a674c5ef 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -13,6 +13,7 @@
# See go/apex-allowed-deps-error for more details.
# TODO(b/157465465): introduce automated quality signals and remove this list.
+aconfig_mediacodec_flags_c_lib(minSdkVersion:30)
android.hardware.audio.common-V1-ndk(minSdkVersion:31)
android.hardware.audio.common-V2-ndk(minSdkVersion:31)
android.hardware.audio.common-V3-ndk(minSdkVersion:31)
@@ -462,6 +463,7 @@ libchrome(minSdkVersion:30)
libcodec2(minSdkVersion:29)
libcodec2_aidl(minSdkVersion:30)
libcodec2_hal_common(minSdkVersion:29)
+libcodec2_hal_selection_static(minSdkVersion:29)
libcodec2_headers(minSdkVersion:29)
libcodec2_hidl@1.0(minSdkVersion:29)
libcodec2_hidl@1.1(minSdkVersion:29)