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

This commit is contained in:
Treehugger Robot 2022-02-17 10:31:42 +00:00 committed by Gerrit Code Review
commit 59060e093d

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