From 5e5c287d6b141d0ad93a66c9192c498696f52bd0 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Thu, 1 Jul 2021 19:08:36 +0000 Subject: [PATCH] Remove dependency on stable.core.platform.api.stubs Bug: 183097033 Test: m droid Original-Change: https://android-review.googlesource.com/1751523 Merged-In: I06cbc7e06e112d61575fad6ad0783348c94e3df2 Change-Id: I06cbc7e06e112d61575fad6ad0783348c94e3df2 --- framework/Android.bp | 2 -- service/Android.bp | 2 -- 2 files changed, 4 deletions(-) diff --git a/framework/Android.bp b/framework/Android.bp index a447a9c117..5e7262a945 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -76,8 +76,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", diff --git a/service/Android.bp b/service/Android.bp index c4fac9059b..fa5c698212 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -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",