diff options
| author | 2019-04-03 11:56:28 -0700 | |
|---|---|---|
| committer | 2019-04-03 11:56:28 -0700 | |
| commit | 209edee4251d6dbb58571f96773a0d9787d33365 (patch) | |
| tree | 4ebc236e98bde56764d1a1faf3f40cfdd2f17aac /java/testing.go | |
| parent | d00576585685c273c262cc15a109c30377ad8473 (diff) | |
| parent | 8c3f398c6cd415b8bdc53357a79631bd395b4f29 (diff) | |
Merge "Fix sdk_version: "system_current" when Platform_sdk_final=true" am: b007b2bde5
am: 8c3f398c6c
Change-Id: Ic3265e231d497b973d2747b59c567f089135321c
Diffstat (limited to 'java/testing.go')
| -rw-r--r-- | java/testing.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index 6febfa1d3..7d23d8f7e 100644 --- a/java/testing.go +++ b/java/testing.go @@ -28,7 +28,6 @@ func TestConfig(buildDir string, env map[string]string) android.Config { env["ANDROID_JAVA8_HOME"] = "jdk8" } config := android.TestArchConfig(buildDir, env) - config.TestProductVariables.DeviceSystemSdkVersions = []string{"14", "15"} return config } |