Merge "Make net-utils-services-common visible to service-connectivity-tiramisu." am: 925b6f0dc0

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1956972

Change-Id: If2009c2bf34da2ea7372af97199f4a88cfb9552f
diff --git a/staticlibs/Android.bp b/staticlibs/Android.bp
index bdd0c74..0e4dac2 100644
--- a/staticlibs/Android.bp
+++ b/staticlibs/Android.bp
@@ -287,9 +287,15 @@
         "framework-annotations-lib",
         "framework-connectivity",
     ],
+    // TODO: remove "apex_available:platform".
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.tethering",
+    ],
     visibility: [
         // TODO: remove after NetworkStatsService moves to the module.
         "//frameworks/base/services/net",
+        "//packages/modules/Connectivity/service",
         "//packages/modules/Connectivity/tests:__subpackages__",
         "//packages/modules/Bluetooth/android/app",
     ],