aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2021-06-09 14:29:24 +0900
committerRemi NGUYEN VAN <reminv@google.com>2021-06-10 13:44:24 +0000
commit579632f9c080ab02efc15723d6924c45f4de171b (patch)
treee5e719d335f1eb1d8f19ad2089e71ad35135fcbf
parentef9be67c2f85bdd2db80b10677f743f4070c6d5e (diff)
downloadcommon-579632f9c080ab02efc15723d6924c45f4de171b.tar.gz
Update allowed_deps for bumped NetworkStack
Add NetworkStackApi32Shims to allowed_deps for NetworkStack. As documented on the build rule "API 32" is not technically correct and should be "in-progress API", but that naming has always avoided renames at SDK finalization time. The new target is used in development NetworkStack builds that are not pushed to released devices (NetworkStackNext) to allow it to use non-finalized APIs. Ignore-AOSP-First: cherry-pick prepared separately Bug: 189581241 Test: m Change-Id: Ie274b4a1ea66bbbe26c7d7a78c90a19a746ea84e
-rw-r--r--build/allowed_deps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index cb1cbcdf..8a8b8e5a 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -504,6 +504,7 @@ networkstack-client(minSdkVersion:29)
NetworkStackApi29Shims(minSdkVersion:29)
NetworkStackApi30Shims(minSdkVersion:29)
NetworkStackApi31Shims(minSdkVersion:29)
+NetworkStackApi32Shims(minSdkVersion:29)
NetworkStackApiCurrentShims(minSdkVersion:29)
NetworkStackApiStableLib(minSdkVersion:29)
NetworkStackApiStableShims(minSdkVersion:29)