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
This commit is contained in:
minaripenguin
2025-09-20 09:04:36 +00:00
committed by Zabuka_zuzu
parent 5bc407300c
commit 073185509d

View File

@@ -79,6 +79,10 @@ PRODUCT_DEX_PREOPT_DEFAULT_COMPILER_FILTER := speed-profile
# Disable async MTE on a few processes
PRODUCT_SYSTEM_EXT_PROPERTIES += \
persist.arm64.memtag.system_server=off
# 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
# Quick Switch
WITH_GMS ?= true