Merge "Remove the primary boot image from the ART APEX." am: 135103e381

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1947128

Change-Id: I4096c873f83b4a309ad89047d6075b57632f907b
This commit is contained in:
Jiakai Zhang
2022-02-14 10:15:43 +00:00
committed by Automerger Merge Worker

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