Merge "Define proguard dictionary output for R8"

This commit is contained in:
Søren Gjesse 2017-10-26 06:08:43 +00:00 committed by Gerrit Code Review
commit 2f05802a78
1 changed files with 4 additions and 0 deletions

View File

@ -719,7 +719,11 @@ endif
endif
ifneq ($(filter obfuscation,$(LOCAL_PROGUARD_ENABLED)),)
ifneq ($(USE_R8),true)
$(full_classes_proguard_jar): .KATI_IMPLICIT_OUTPUTS := $(proguard_dictionary)
else
$(built_dex_intermediate): .KATI_IMPLICIT_OUTPUTS := $(proguard_dictionary)
endif
endif
# If R8 is not enabled run Proguard.