Remove framework-connectivity from the private API
No target should build against hidden symbols in framework-connectivity,
as it has been moved to a mainline module that only exposes a stable
API.
Fixes: 182859030
Test: m
Change-Id: I376531cb34696aac9fa2d278f0698565937bea65
diff --git a/Android.bp b/Android.bp
index 955cfab..2055120 100644
--- a/Android.bp
+++ b/Android.bp
@@ -449,7 +449,6 @@
static_libs: [
"app-compat-annotations",
"framework-minus-apex",
- "framework-connectivity.impl", // TODO(b/182859030): should be removed
"framework-appsearch.impl", // TODO(b/146218515): should be removed
"framework-updatable-stubs-module_libs_api",
],