Home | History | Annotate | Download | only in core

Lines Matching refs:proguard

75 # between builds with and without Proguard enabled.
76 # Note that ANY intermediate targets between the proguard and
79 proguard_jar_leaf := proguard.classes.jar
80 built_dex_intermediate_leaf := proguard.$(built_dex_intermediate_leaf)
220 # tell proguard to load emma jar
228 # Keep a copy of the jar just before proguard processing.
233 # Run proguard if necessary, otherwise just copy the file.
235 # Proguard doesn't like a class in both library and the jar to be processed.
238 -include $(BUILD_SYSTEM)/proguard.flags \
241 # If this is a test package, add proguard keep flags for tests.
270 $(full_classes_proguard_jar) : $(full_classes_jar) $(proguard_flag_files) | $(ACP) $(PROGUARD)
271 $(call transform-jar-to-proguard)