From b3e62520debcf2eca9678490a1d925987f883dc0 Mon Sep 17 00:00:00 2001 From: minaripenguin Date: Sat, 20 Sep 2025 09:04:36 +0000 Subject: [PATCH] config: Load boot image profile from frameworks/base [YAAP:] art boot image profile is only intended for thin art builds without frameworks/base. Change-Id: I60f3117c6ba948311af9f3fe048d0cf304fc283a --- config/evolution.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/evolution.mk b/config/evolution.mk index 039cdec7..6a681376 100644 --- a/config/evolution.mk +++ b/config/evolution.mk @@ -48,6 +48,10 @@ PRODUCT_PACKAGES += \ ColumbusService endif +# Use a generic profile based boot image by default +PRODUCT_USE_PROFILE_FOR_BOOT_IMAGE := true +PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := frameworks/base/boot/boot-image-profile.txt + # Disable async MTE on a few processes PRODUCT_SYSTEM_EXT_PROPERTIES += \ persist.arm64.memtag.app.com.android.se=off \