Merge "Revert "Remove the primary boot image from the ART APEX."" am: e51b2377f5

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

Change-Id: I4adefab5276393b1215a90239c513c932d7dbbc1
This commit is contained in:
Jiakai Zhang
2022-02-14 13:49:04 +00:00
committed by Automerger Merge Worker

View File

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