Merge "Remove the primary boot image from the ART APEX."

This commit is contained in:
Jiakai Zhang 2022-02-14 09:59:16 +00:00 committed by Gerrit Code Review
commit 135103e381

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,
}