Fix allowed_deps.txt sorting order
Change-Id: I0c76ab5e10b06f38f4537eec3722628cfc42c2e1
Reviewed-on: https://review.blissroms.org/c/platform_packages_modules_common/+/20425
Reviewed-by: Jack <jackeagle102@gmail.com>
Tested-by: Jack <jackeagle102@gmail.com>
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index 89059e3..bdccc1c 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -13,8 +13,8 @@
# See go/apex-allowed-deps-error for more details.
# TODO(b/157465465): introduce automated quality signals and remove this list.
-adbroot_aidl_interface-ndk(minSdkVersion:30)
aconfig_mediacodec_flags_c_lib(minSdkVersion:30)
+adbroot_aidl_interface-ndk(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)