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:
parent
5814309579
commit
fee8733f29
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
# ART
|
||||
PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
|
||||
PRODUCT_DEX_PREOPT_DEFAULT_COMPILER_FILTER := everything
|
||||
USE_DEX2OAT_DEBUG := false
|
||||
WITH_DEXPREOPT_DEBUG_INFO := false
|
||||
|
||||
|
|
Loading…
Reference in a new issue