diff options
| author | 2019-02-22 20:31:37 -0800 | |
|---|---|---|
| committer | 2019-02-22 20:31:37 -0800 | |
| commit | d3a73010f9d4f99b56696d8255ae87ba211883ba (patch) | |
| tree | 5792fae88fd132f8124a771e777180189647af0d /java/testing.go | |
| parent | d123cd7459acb569d0f8ada745c059c6bf2dec61 (diff) | |
| parent | ac405aa805a578943383b4e9741cfe5e17c0b190 (diff) | |
Refactor dexpreopt_bootjars.go to prepare for multiple boot images am: 44df581457
am: ac405aa805
Change-Id: I9b2fc817fb13988f2954d6d74605572300b307fa
Diffstat (limited to 'java/testing.go')
| -rw-r--r-- | java/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index bec3c0b2c..6c4020ce5 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 } |