aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Chen <cken@google.com>2023-11-12 01:12:44 +0800
committerKen Chen <cken@google.com>2023-11-12 01:39:58 +0800
commita369935e16c238cb62b403abecff4b4c995dfbb8 (patch)
tree2a28c9a44fcab919c2e8c0bf0d365db5920f73df
parent4d5d92f8e2af8a44c1348f7425cdb7e1ebfa634a (diff)
downloadcommon-a369935e16c238cb62b403abecff4b4c995dfbb8.tar.gz
Make netd_aidl_interface-V14 available for Java and NDK backend
Netd_aidl_interface-V14 adds @deprecated annotations on unsupported binder interfaces. Apex-Size-Increase: Negligible. Added @deprecated annotation only. Aosp-First: Yes Test-Info: m, presubmit Previous-Platform-Support: Yes Test: presubmit Change-Id: I90dc97afdf5308d6269178027b1b39281e7e3a71
-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 b2ae5cab..e06ac131 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -928,6 +928,8 @@ netd_aidl_interface-V13-java(minSdkVersion:29)
netd_aidl_interface-V13-java(minSdkVersion:30)
netd_aidl_interface-V13-ndk(minSdkVersion:29)
netd_aidl_interface-V13-ndk(minSdkVersion:30)
+netd_aidl_interface-V14-java(minSdkVersion:30)
+netd_aidl_interface-V14-ndk(minSdkVersion:30)
netd_aidl_interface-V3-java(minSdkVersion:29)
netd_aidl_interface-V5-java(minSdkVersion:29)
netd_aidl_interface-V6-java(minSdkVersion:29)