summaryrefslogtreecommitdiff
path: root/java/rro_test.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2023-11-01 15:29:09 -0700
committer Cole Faust <colefaust@google.com> 2023-11-01 15:29:09 -0700
commit9bef67488d1fabc0b8341a143eed599dfb80cc5d (patch)
treead7db83d0c617ee3379724a50eacfd0c9e82b0cb /java/rro_test.go
parenteb852927d4b8579f1b395e5afb2cacf2c76a087e (diff)
Remove sdkPreSingleton and overlaySingleton
These were the only 2 pre-singletons in soong. sdkPreSingleton is totally unused. overlaySingleton can be done during GenerateAndroidBuildActions instead. Test: m nothing --no-skip-soong-tests Change-Id: Ieb5ab92f18cb56be4049c0842f61df8aa02dc52c
Diffstat (limited to 'java/rro_test.go')
-rw-r--r--java/rro_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/rro_test.go b/java/rro_test.go
index 8067a4703..c4a4d04be 100644
--- a/java/rro_test.go
+++ b/java/rro_test.go
@@ -62,7 +62,6 @@ func TestRuntimeResourceOverlay(t *testing.T) {
result := android.GroupFixturePreparers(
PrepareForTestWithJavaDefaultModules,
- PrepareForTestWithOverlayBuildComponents,
android.FixtureModifyConfig(android.SetKatiEnabledForTests),
fs.AddToFixture(),
).RunTestWithBp(t, bp)
@@ -330,7 +329,6 @@ func TestEnforceRRO_propagatesToDependencies(t *testing.T) {
t.Run(testCase.name, func(t *testing.T) {
result := android.GroupFixturePreparers(
PrepareForTestWithJavaDefaultModules,
- PrepareForTestWithOverlayBuildComponents,
fs.AddToFixture(),
android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) {
variables.ProductResourceOverlays = productResourceOverlays