Use stable shims in service-connectivity

service-connectivity should not be using "current" shims, but should be
using stable (T API at this point) shims.

Usage of the "current" shims was added as a workaround to allow
referencing T APIs, but is not necessary anymore.

Bug: 217129444
Test: m
Change-Id: Idde662fe404e32c8521d7bd03906b95245af46ee
(cherry picked from commit ed02d6150655edf8bcef50d9897874596c8b8768)
Merged-In: Idde662fe404e32c8521d7bd03906b95245af46ee
diff --git a/service/Android.bp b/service/Android.bp
index 7dbdc92..91b9d1c 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -169,7 +169,7 @@
         "networkstack-client",
         "PlatformProperties",
         "service-connectivity-protos",
-        "NetworkStackApiCurrentShims",
+        "NetworkStackApiStableShims",
     ],
     apex_available: [
         "com.android.tethering",