diff options
author | 2023-11-01 15:29:09 -0700 | |
---|---|---|
committer | 2023-11-01 15:29:09 -0700 | |
commit | 9bef67488d1fabc0b8341a143eed599dfb80cc5d (patch) | |
tree | ad7db83d0c617ee3379724a50eacfd0c9e82b0cb /java/rro_test.go | |
parent | eb852927d4b8579f1b395e5afb2cacf2c76a087e (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.go | 2 |
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 |