Enable Proguard for eng build too.
With this change, all build variants are now with Proguard enabled, unless you explicitly set DISABLE_PROGUARD to true. Change-Id: I0f9b566b5ab3c3d961ffd6ab696e573bc59553b0
This commit is contained in:
parent
efdfb7d893
commit
bba6263203
1 changed files with 1 additions and 2 deletions
|
@ -130,8 +130,7 @@ LOCAL_BUILT_MODULE_STEM := package.apk
|
|||
|
||||
LOCAL_PROGUARD_ENABLED:=$(strip $(LOCAL_PROGUARD_ENABLED))
|
||||
ifndef LOCAL_PROGUARD_ENABLED
|
||||
ifneq ($(filter user userdebug, $(TARGET_BUILD_VARIANT)),)
|
||||
# turn on Proguard by default for user & userdebug build
|
||||
ifneq ($(DISABLE_PROGUARD),true)
|
||||
LOCAL_PROGUARD_ENABLED :=full
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue