Remove FrameworksCoreTests dep on framework-all am: a1fb6f5b1d am: 2ef8e2eeb1

Change-Id: I4fce4cc34f4a692b29ae1b883bb037ef73d3ea86
This commit is contained in:
Automerger Merge Worker
2020-02-22 15:25:46 +00:00
3 changed files with 12 additions and 1 deletions

View File

@@ -543,6 +543,13 @@ java_library {
], ],
libs: ["icing-java-proto-lite"], libs: ["icing-java-proto-lite"],
apex_available: ["//apex_available:platform"], apex_available: ["//apex_available:platform"],
visibility: [
// DO NOT ADD ANY MORE ENTRIES TO THIS LIST
"//external/robolectric-shadows:__subpackages__",
"//frameworks/base/packages/Tethering/common/TetheringLib:__subpackages__",
"//frameworks/layoutlib:__subpackages__",
"//frameworks/opt/net/ike:__subpackages__",
],
} }
java_library { java_library {

View File

@@ -72,6 +72,8 @@ java_library {
hostdex: true, // for hiddenapi check hostdex: true, // for hiddenapi check
visibility: [ visibility: [
"//frameworks/base/apex/statsd:__subpackages__", "//frameworks/base/apex/statsd:__subpackages__",
// TODO(b/149928788): Remove when tests are moved.
"//frameworks/base/core/tests/coretests:__pkg__",
], ],
apex_available: [ apex_available: [
"com.android.os.statsd", "com.android.os.statsd",

View File

@@ -53,7 +53,9 @@ android_test {
"android.test.base", "android.test.base",
"android.test.mock", "android.test.mock",
"framework-atb-backward-compatibility", "framework-atb-backward-compatibility",
"framework-all", // TODO(b/149928788): Remove this when statsd tests move into the statsd dir.
"framework-statsd",
"framework",
"icing-java-proto-lite", "icing-java-proto-lite",
"ext", "ext",
"framework-res", "framework-res",