Merge "Track changes to add core-simple to the boot cp"
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
var (
|
||||
pctx = android.NewPackageContext("android/soong/java/config")
|
||||
|
||||
DefaultBootclasspathLibraries = []string{"core-oj", "core-libart"}
|
||||
DefaultBootclasspathLibraries = []string{"core-oj", "core-libart", "core-simple"}
|
||||
DefaultSystemModules = "core-system-modules"
|
||||
DefaultLibraries = []string{"ext", "framework", "okhttp"}
|
||||
DefaultLambdaStubsLibrary = "core-lambda-stubs"
|
||||
@@ -43,6 +43,7 @@ var (
|
||||
"android.car7",
|
||||
"core-oj",
|
||||
"core-libart",
|
||||
"core-simple",
|
||||
}
|
||||
|
||||
ManifestMergerClasspath = []string{
|
||||
|
@@ -101,6 +101,7 @@ func testContext(config android.Config, bp string,
|
||||
"core-oj",
|
||||
"core-libart",
|
||||
"core-lambda-stubs",
|
||||
"core-simple",
|
||||
"framework",
|
||||
"ext",
|
||||
"okhttp",
|
||||
@@ -353,14 +354,14 @@ var classpathTestcases = []struct {
|
||||
}{
|
||||
{
|
||||
name: "default",
|
||||
bootclasspath: []string{"core-oj", "core-libart"},
|
||||
bootclasspath: []string{"core-oj", "core-libart", "core-simple"},
|
||||
system: "core-system-modules",
|
||||
classpath: []string{"ext", "framework", "okhttp"},
|
||||
},
|
||||
{
|
||||
name: "blank sdk version",
|
||||
properties: `sdk_version: "",`,
|
||||
bootclasspath: []string{"core-oj", "core-libart"},
|
||||
bootclasspath: []string{"core-oj", "core-libart", "core-simple"},
|
||||
system: "core-system-modules",
|
||||
classpath: []string{"ext", "framework", "okhttp"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user