Remove FrameworksCoreTests dep on framework-all
Make it use framework-statsd directly rather than framework-all.
Note that this is a problem on its own: the problematic tests
should be separated from the monolith tests and moved into the statsd
dir.
Also clamp down on framework-all visibility to avoid anyone else
addinga dependency on this problematic library.
Bug: 149928788
Bug: 149906971
Test: m
Exempt-From-Owner-Approval: clean cp
Change-Id: Ic819b90911220032130c3f8a01b612edd7fa3ecc
Merged-In: Ic819b90911220032130c3f8a01b612edd7fa3ecc
(cherry picked from commit 7c2f73b4ac)
This commit is contained in:
@@ -543,6 +543,13 @@ java_library {
|
||||
],
|
||||
libs: ["icing-java-proto-lite"],
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user