Disable art debug and enable minimize debug info
Change-Id: I12b65c532201bf31f12cfb1d62c4a8bbe2204e2f
diff --git a/config/common.mk b/config/common.mk
index c00be40..9e3d7a8 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -116,6 +116,14 @@
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