diff options
| author | 2023-11-02 03:43:15 +0000 | |
|---|---|---|
| committer | 2023-11-02 03:43:15 +0000 | |
| commit | a741e884891bfa8571405b109bb182d01f116c70 (patch) | |
| tree | dfe3dd135f197d814e0576cf66d037d548bb35c8 /java/java_test.go | |
| parent | 9ae2999dab2c968fe52761b572b7cf45547727c9 (diff) | |
| parent | 9bef67488d1fabc0b8341a143eed599dfb80cc5d (diff) | |
Merge "Remove sdkPreSingleton and overlaySingleton" into main
Diffstat (limited to 'java/java_test.go')
| -rw-r--r-- | java/java_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/java_test.go b/java/java_test.go index c54c0e68f..81119a79e 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -47,10 +47,6 @@ var prepareForJavaTest = android.GroupFixturePreparers( cc.PrepareForTestWithCcBuildComponents, // Include all the default java modules. PrepareForTestWithDexpreopt, - PrepareForTestWithOverlayBuildComponents, - android.FixtureRegisterWithContext(func(ctx android.RegistrationContext) { - ctx.RegisterPreSingletonType("sdk_versions", sdkPreSingletonFactory) - }), ) func TestMain(m *testing.M) { |