Merge "Enable new_robolectric" into tm-dev

This commit is contained in:
Rex Hoffman
2022-11-10 20:05:44 +00:00
committed by Android (Google) Code Review

View File

@@ -151,6 +151,9 @@ java_library {
visibility: [ visibility: [
// DO NOT ADD ANY MORE ENTRIES TO THIS LIST // DO NOT ADD ANY MORE ENTRIES TO THIS LIST
"//external/robolectric-shadows:__subpackages__", "//external/robolectric-shadows:__subpackages__",
//This will eventually replace the item above, and serves the
//same purpose.
"//external/robolectric:__subpackages__",
"//frameworks/layoutlib:__subpackages__", "//frameworks/layoutlib:__subpackages__",
], ],
} }