aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2022-05-09 11:45:26 +0900
committerRemi NGUYEN VAN <reminv@google.com>2022-05-09 07:23:50 +0000
commit96d353998bbcdc909dc8d28a792df3b25e6d8b8e (patch)
tree8a4c82aedf24b9567910231f417a6dce5a1f0529
parent52ef4e0e12eb21d3fc2dac0f99a0ba442a177b3f (diff)
downloadcommon-96d353998bbcdc909dc8d28a792df3b25e6d8b8e.tar.gz
Add NetworkStackApi34Shims to allowed deps
This is the new version of NetworkStackApi33Shims to provide a compatibility layer for U APIs. Apex-Size-Increase: Minimal (just a few empty classes for now) Previous-Platform-Support: Yes (that's what the shims are for) Aosp-First: Yes Test-Info: Tested in module tests (as with the rest of module code) Ignore-AOSP-First: topic can't go to AOSP as-is, will cherrypick Test: atest NetworkStackTests Bug: 216396304 Change-Id: I8d10138e8a9d1c098972c8a89d59b92e13942e6f
-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 add71b9c..54925b99 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -768,6 +768,7 @@ NetworkStackApi29Shims(minSdkVersion:29)
NetworkStackApi30Shims(minSdkVersion:29)
NetworkStackApi31Shims(minSdkVersion:29)
NetworkStackApi33Shims(minSdkVersion:29)
+NetworkStackApi34Shims(minSdkVersion:29)
NetworkStackApiCurrentShims(minSdkVersion:29)
NetworkStackApiStableLib(minSdkVersion:29)
NetworkStackApiStableShims(minSdkVersion:29)