Remove unnecessary use of sdk_version: "core_current"
am: b826a2f269
Change-Id: Ibdef47ca2af28f43ee3340641e828044f089cb44
This commit is contained in:
@@ -55,7 +55,6 @@ func GatherRequiredDepsForTest() string {
|
|||||||
name: "%s",
|
name: "%s",
|
||||||
srcs: ["a.java"],
|
srcs: ["a.java"],
|
||||||
no_standard_libs: true,
|
no_standard_libs: true,
|
||||||
sdk_version: "core_current",
|
|
||||||
system_modules: "core-platform-api-stubs-system-modules",
|
system_modules: "core-platform-api-stubs-system-modules",
|
||||||
}
|
}
|
||||||
`, extra)
|
`, extra)
|
||||||
@@ -66,7 +65,6 @@ func GatherRequiredDepsForTest() string {
|
|||||||
name: "framework",
|
name: "framework",
|
||||||
srcs: ["a.java"],
|
srcs: ["a.java"],
|
||||||
no_standard_libs: true,
|
no_standard_libs: true,
|
||||||
sdk_version: "core_current",
|
|
||||||
system_modules: "core-platform-api-stubs-system-modules",
|
system_modules: "core-platform-api-stubs-system-modules",
|
||||||
aidl: {
|
aidl: {
|
||||||
export_include_dirs: ["framework/aidl"],
|
export_include_dirs: ["framework/aidl"],
|
||||||
@@ -82,7 +80,6 @@ func GatherRequiredDepsForTest() string {
|
|||||||
name: "android.hidl.base-V1.0-java",
|
name: "android.hidl.base-V1.0-java",
|
||||||
srcs: ["a.java"],
|
srcs: ["a.java"],
|
||||||
no_standard_libs: true,
|
no_standard_libs: true,
|
||||||
sdk_version: "core_current",
|
|
||||||
system_modules: "core-platform-api-stubs-system-modules",
|
system_modules: "core-platform-api-stubs-system-modules",
|
||||||
installable: true,
|
installable: true,
|
||||||
}
|
}
|
||||||
@@ -91,7 +88,6 @@ func GatherRequiredDepsForTest() string {
|
|||||||
name: "android.hidl.manager-V1.0-java",
|
name: "android.hidl.manager-V1.0-java",
|
||||||
srcs: ["a.java"],
|
srcs: ["a.java"],
|
||||||
no_standard_libs: true,
|
no_standard_libs: true,
|
||||||
sdk_version: "core_current",
|
|
||||||
system_modules: "core-platform-api-stubs-system-modules",
|
system_modules: "core-platform-api-stubs-system-modules",
|
||||||
installable: true,
|
installable: true,
|
||||||
}
|
}
|
||||||
@@ -100,7 +96,6 @@ func GatherRequiredDepsForTest() string {
|
|||||||
name: "org.apache.http.legacy",
|
name: "org.apache.http.legacy",
|
||||||
srcs: ["a.java"],
|
srcs: ["a.java"],
|
||||||
no_standard_libs: true,
|
no_standard_libs: true,
|
||||||
sdk_version: "core_current",
|
|
||||||
system_modules: "core-platform-api-stubs-system-modules",
|
system_modules: "core-platform-api-stubs-system-modules",
|
||||||
installable: true,
|
installable: true,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user