Loading core/java.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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. Loading