Add PRODUCT_MINIMIZE_JAVA_DEBUG_INFO to go_defaults_common

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

Bug: 67374015
Test: make and flash
Change-Id: Ie592221b893f7fa7433fe10e8c08ff70b5de4e47
This commit is contained in:
Mathieu Chartier 2017-10-24 14:12:58 -07:00
parent 25268c1093
commit 99b2739a66
1 changed files with 5 additions and 0 deletions

View File

@ -57,3 +57,8 @@ PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.heapsize=256m
# Do not generate libartd.
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