sdm710-common: device: Optimize ART

* Disable ART debug and optimize dexpreopt
* Disable dexpreopt minidebuginfo
ghostrider-reborn <adithya.r02@outlook.com>
This commit is contained in:
ghostrider-reborn 2023-07-17 17:29:27 +08:00 committed by CakesTwix
parent 28095d1e8a
commit ad52c6db78
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -68,6 +68,9 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml
# ART
USE_DEX2OAT_DEBUG := false
WITH_DEXPREOPT_DEBUG_INFO := false
# Audio
PRODUCT_PACKAGES += \