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:
parent
28095d1e8a
commit
ad52c6db78
1 changed files with 3 additions and 0 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue