Skip to content

Commit

Permalink
santoni: : Enable PRODUCT_MINIMIZE_JAVA_DEBUG_INFO
Browse files Browse the repository at this point in the history
Flag is enabled to reduce system image size by limiting java debug
info.

Change-Id: I4ac8d2df47553601610efa4885d4bd4e8ab4249e
  • Loading branch information
Vinay Verma authored and Stargazer19 committed Sep 19, 2020
1 parent b92d039 commit 371299e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -505,3 +505,6 @@ PRODUCT_PACKAGES += \
#XiaomiParts
PRODUCT_PACKAGES += \
XiaomiParts

# Reduce system image size by limiting java debug info.
PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true

0 comments on commit 371299e

Please sign in to comment.