Remove unnecessary use of sdk_version: "core_current" am: b826a2f269
am: 9ec3254d13
Change-Id: I616493b78c283976a5eee06a304e8aaa5050d0fc
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user