Disable art debug and enable minimize debug info

Change-Id: I12b65c532201bf31f12cfb1d62c4a8bbe2204e2f
gugelfrei
Luca Stefani 5 years ago
parent f3f7eb2d87
commit c4d11905d7

@ -116,6 +116,14 @@ ifeq ($(WITH_TWRP),true)
include vendor/lineage/config/twrp.mk
endif
# Do not include art debug targets
PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
# Strip the local variable table and the local variable type table to reduce
# the size of the system image. This has no bearing on stack traces, but will
# leave less information available via JDWP.
PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
# Bootanimation
PRODUCT_PACKAGES += \
bootanimation.zip

Loading…
Cancel
Save