diff options
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go index 2ef3f426f..356f8f58d 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -65,6 +65,7 @@ var javaFixtureFactory = android.NewFixtureFactory( ctx.RegisterPreSingletonType("sdk_versions", sdkPreSingletonFactory) }), javaMockFS().AddToFixture(), + PrepareForTestWithJavaSdkLibraryFiles, dexpreopt.PrepareForTestWithDexpreopt, ) |