Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73acd381 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Only define proguard dictionary as output if obfuscating" am: 96a782f1

am: 13c0785b

Change-Id: I41c67bd32c046362fb2120c3ba6133d759f23ec4
parents 1db082a1 13c0785b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -735,7 +735,9 @@ endif
endif
endif

ifneq ($(filter obfuscation,$(LOCAL_PROGUARD_ENABLED)),)
  $(full_classes_proguard_jar): .KATI_IMPLICIT_OUTPUTS := $(proguard_dictionary)
endif
$(full_classes_proguard_jar): PRIVATE_PROGUARD_INJAR_FILTERS := $(proguard_injar_filters)
$(full_classes_proguard_jar): PRIVATE_EXTRA_INPUT_JAR := $(extra_input_jar)
$(full_classes_proguard_jar): PRIVATE_PROGUARD_FLAGS := $(legacy_proguard_flags) $(common_proguard_flags) $(LOCAL_PROGUARD_FLAGS)