Merge "Define proguard dictionary output for R8"
am: 2f05802a78
Change-Id: I32f3fb1f8d64c61c6484d3dd28f82bd099721599
This commit is contained in:
@@ -719,7 +719,11 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter obfuscation,$(LOCAL_PROGUARD_ENABLED)),)
|
ifneq ($(filter obfuscation,$(LOCAL_PROGUARD_ENABLED)),)
|
||||||
|
ifneq ($(USE_R8),true)
|
||||||
$(full_classes_proguard_jar): .KATI_IMPLICIT_OUTPUTS := $(proguard_dictionary)
|
$(full_classes_proguard_jar): .KATI_IMPLICIT_OUTPUTS := $(proguard_dictionary)
|
||||||
|
else
|
||||||
|
$(built_dex_intermediate): .KATI_IMPLICIT_OUTPUTS := $(proguard_dictionary)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# If R8 is not enabled run Proguard.
|
# If R8 is not enabled run Proguard.
|
||||||
|
Reference in New Issue
Block a user