aboutsummaryrefslogtreecommitdiffstats
path: root/java/testing.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go
index bec3c0b2..6c4020ce 100644
--- a/java/testing.go
+++ b/java/testing.go
@@ -32,7 +32,7 @@ func TestConfig(buildDir string, env map[string]string) android.Config {
config.TestProductVariables.DeviceSystemSdkVersions = []string{"14", "15"}
pathCtx := android.PathContextForTesting(config, nil)
- setDexpreoptGlobalConfig(config, dexpreopt.GlobalConfigForTests(pathCtx))
+ setDexpreoptTestGlobalConfig(config, dexpreopt.GlobalConfigForTests(pathCtx))
return config
}