sdm660-common: Disable ART debug and optimize dexpreopt

* don't include debug configs in art

Change-Id: Ic310df1e2c466437b26fcb2e5ab9333694328c48
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
ghostrider-reborn 2023-07-17 17:18:31 +08:00 committed by pix106
parent 51e45212b5
commit 94595661b3

View file

@ -164,6 +164,8 @@ endif
# DebugFS # DebugFS
PRODUCT_SET_DEBUGFS_RESTRICTIONS := true PRODUCT_SET_DEBUGFS_RESTRICTIONS := true
USE_DEX2OAT_DEBUG := false
# Display # Display
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.frameworks.displayservice@1.0 \ android.frameworks.displayservice@1.0 \