Merge "Revert^2 "Remove the primary boot image from the ART APEX."" am: 59060e093d

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

Change-Id: Ib8c528c4d73d071fdedc7c8fe66a2f73e35408e1
This commit is contained in:
Treehugger Robot
2022-02-18 09:35:47 +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,
}