Update "current" shim library for next development SDK

Modules do not have shim requirement in SDK 32. For those
targeting for TIRAMISU. The required shim should be SDK
33, so update the current shim library to 33 shims to replace
unused 32 shims.

Test: m
Test: atest NetworkStackTests NetworkStackNextTests \
CtsNetTestCasesLatestSdk
Test: update-apex-allowed-deps.sh

Change-Id: Iaf53230fcbf2ddaaa7568a873a5db16fa5030b45
diff --git a/Android.bp b/Android.bp
index 6d84691..95c5d50 100644
--- a/Android.bp
+++ b/Android.bp
@@ -158,10 +158,10 @@
 // stable and have no defined version number. These could be called 10000, but they use the next
 // integer so if the next SDK release happens to use that integer, we don't need to rename them.
 java_library {
-    name: "NetworkStackApi32Shims",
+    name: "NetworkStackApi33Shims",
     defaults: ["NetworkStackShimsDefaults"],
     srcs: [
-        "apishim/32/**/*.java",
+        "apishim/33/**/*.java",
     ],
     libs: [
         "NetworkStackShimsCommon",
@@ -185,7 +185,7 @@
         "NetworkStackApi29Shims",
         "NetworkStackApi30Shims",
         "NetworkStackApi31Shims",
-        "NetworkStackApi32Shims",
+        "NetworkStackApi33Shims",
     ],
     sdk_version: "module_current",
     visibility: [