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
This commit is contained in:
Remi NGUYEN VAN
2021-04-07 13:34:42 +09:00
parent f7923a9cc2
commit 17045d956f

View File

@@ -449,7 +449,6 @@ java_library {
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",
],