diff options
author | Paul Duffin <paulduffin@google.com> | 2019-06-12 03:11:59 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-06-12 03:11:59 -0700 |
commit | eb872e1a904f4abd19fbba260bca553b7d7e1b1b (patch) | |
tree | f5f2b1e0f2b30fd57793e74a35553e8b04efd46c /java/testing.go | |
parent | a4973e8fec8c0741347b0c1b46e80983df4f1412 (diff) | |
parent | 9ec3254d13eea16fa841044734fb1f8b072db2db (diff) | |
download | build_soong-eb872e1a904f4abd19fbba260bca553b7d7e1b1b.tar.gz build_soong-eb872e1a904f4abd19fbba260bca553b7d7e1b1b.tar.bz2 build_soong-eb872e1a904f4abd19fbba260bca553b7d7e1b1b.zip |
Remove unnecessary use of sdk_version: "core_current" am: b826a2f269
am: 9ec3254d13
Change-Id: I616493b78c283976a5eee06a304e8aaa5050d0fc
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/testing.go b/java/testing.go index 730e44cb..4ab56c86 100644 --- a/java/testing.go +++ b/java/testing.go @@ -56,7 +56,6 @@ func GatherRequiredDepsForTest() string { name: "%s", srcs: ["a.java"], no_standard_libs: true, - sdk_version: "core_current", system_modules: "core-platform-api-stubs-system-modules", } `, extra) @@ -67,7 +66,6 @@ func GatherRequiredDepsForTest() string { name: "framework", srcs: ["a.java"], no_standard_libs: true, - sdk_version: "core_current", system_modules: "core-platform-api-stubs-system-modules", aidl: { export_include_dirs: ["framework/aidl"], @@ -83,7 +81,6 @@ func GatherRequiredDepsForTest() string { name: "android.hidl.base-V1.0-java", srcs: ["a.java"], no_standard_libs: true, - sdk_version: "core_current", system_modules: "core-platform-api-stubs-system-modules", installable: true, } @@ -92,7 +89,6 @@ func GatherRequiredDepsForTest() string { name: "android.hidl.manager-V1.0-java", srcs: ["a.java"], no_standard_libs: true, - sdk_version: "core_current", system_modules: "core-platform-api-stubs-system-modules", installable: true, } @@ -101,7 +97,6 @@ func GatherRequiredDepsForTest() string { name: "org.apache.http.legacy", srcs: ["a.java"], no_standard_libs: true, - sdk_version: "core_current", system_modules: "core-platform-api-stubs-system-modules", installable: true, } |