Merge "Remove javaMockFS()"

This commit is contained in:
Paul Duffin
2021-03-19 14:18:46 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 43 deletions

View File

@@ -64,8 +64,6 @@ var javaFixtureFactory = emptyFixtureFactory.Extend(
ctx.RegisterPreSingletonType("overlay", OverlaySingletonFactory)
ctx.RegisterPreSingletonType("sdk_versions", sdkPreSingletonFactory)
}),
javaMockFS().AddToFixture(),
PrepareForTestWithJavaSdkLibraryFiles,
dexpreopt.PrepareForTestWithDexpreopt,
)