sdm710-common: Disable ART debug and optimize dexpreopt

* don't include debug configs in art
 * use everything filter for dexpreopt (AOSPA/android_vendor_pa@ab5061c)
 * use non-debug dex2oat

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Jabiyeff <cebiyevanar@gmail.com>
This commit is contained in:
Adithya R 2023-06-19 07:18:02 +00:00 committed by CakesTwix
parent 5814309579
commit fee8733f29
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -69,6 +69,8 @@ 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 frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml
# ART # ART
PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
PRODUCT_DEX_PREOPT_DEFAULT_COMPILER_FILTER := everything
USE_DEX2OAT_DEBUG := false USE_DEX2OAT_DEBUG := false
WITH_DEXPREOPT_DEBUG_INFO := false WITH_DEXPREOPT_DEBUG_INFO := false