Merge "Move the intermediate directory for ART boot images."
This commit is contained in:
commit
f657ff1d00
|
@ -87,7 +87,7 @@ func TestDexpreoptBootJars(t *testing.T) {
|
|||
ruleFile := "boot-foo.art"
|
||||
|
||||
expectedInputs := []string{
|
||||
"dex_artjars/android/apex/com.android.art/javalib/arm64/boot.art",
|
||||
"dex_artjars/android/apex/art_boot_images/javalib/arm64/boot.art",
|
||||
"dex_bootjars_input/foo.jar",
|
||||
"dex_bootjars_input/bar.jar",
|
||||
"dex_bootjars_input/baz.jar",
|
||||
|
|
|
@ -89,7 +89,7 @@ func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig {
|
|||
frameworkModules := global.BootJars.CopyOf()
|
||||
frameworkModules.RemoveList(artModules)
|
||||
|
||||
artSubdir := "apex/com.android.art/javalib"
|
||||
artSubdir := "apex/art_boot_images/javalib"
|
||||
frameworkSubdir := "system/framework"
|
||||
|
||||
// ART config for the primary boot image in the ART apex.
|
||||
|
|
Loading…
Reference in New Issue