Remove dependency on stable.core.platform.api.stubs

Bug: 183097033
Test: m droid
Change-Id: I06cbc7e06e112d61575fad6ad0783348c94e3df2
This commit is contained in:
Victor Chang
2021-06-29 22:30:08 +01:00
parent b0c9e64d33
commit c3815ee358
2 changed files with 0 additions and 4 deletions

View File

@@ -97,8 +97,6 @@ java_sdk_library {
],
},
impl_only_libs: [
// TODO (b/183097033) remove once module_current includes core_platform
"stable.core.platform.api.stubs",
"framework-tethering.stubs.module_lib",
"framework-wifi.stubs.module_lib",
"net-utils-device-common",

View File

@@ -57,8 +57,6 @@ java_library {
":net-module-utils-srcs",
],
libs: [
// TODO (b/183097033) remove once system_server_current includes core_current
"stable.core.platform.api.stubs",
"android_system_server_stubs_current",
"framework-annotations-lib",
"framework-connectivity.impl",