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:
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user