diff options
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. |