diff options
author | 2023-11-01 15:29:09 -0700 | |
---|---|---|
committer | 2023-11-01 15:29:09 -0700 | |
commit | 9bef67488d1fabc0b8341a143eed599dfb80cc5d (patch) | |
tree | ad7db83d0c617ee3379724a50eacfd0c9e82b0cb /java/testing.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/testing.go')
-rw-r--r-- | java/testing.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/testing.go b/java/testing.go index 16bdd80a1..e883bcb4c 100644 --- a/java/testing.go +++ b/java/testing.go @@ -118,8 +118,6 @@ var PrepareForTestWithDexpreoptWithoutFakeDex2oatd = android.GroupFixturePrepare dexpreopt.PrepareForTestByEnablingDexpreopt, ) -var PrepareForTestWithOverlayBuildComponents = android.FixtureRegisterWithContext(registerOverlayBuildComponents) - // Prepare a fixture to use all java module types, mutators and singletons fully. // // This should only be used by tests that want to run with as much of the build enabled as possible. |