Revert^2 "Remove the primary boot image from the ART APEX."

fb14676ed4

Change-Id: I221cb84e7a38393a42ddda2042d25af3aad1ccf1
This commit is contained in:
Jiakai Zhang 2022-02-16 17:45:39 +00:00
parent fb14676ed4
commit d7f55164a0

View file

@ -59,7 +59,7 @@ func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig
name: artBootImageName,
stem: "boot",
installDirOnHost: "apex/art_boot_images/javalib",
installDirOnDevice: "apex/com.android.art/javalib",
installDirOnDevice: "system/framework",
profileInstallPathInApex: "etc/boot-image.prof",
modules: artModules,
}