Home | History | Annotate | Download | only in core

Lines Matching refs:PROGUARD

99 # between builds with and without Proguard enabled.
100 # Note that ANY intermediate targets between the proguard and
103 proguard_jar_leaf := proguard.classes.jar
104 built_dex_intermediate_leaf := proguard.$(built_dex_intermediate_leaf)
105 built_dex_leaf := proguard.classes.dex
319 # tell proguard to load emma jar
327 # Keep a copy of the jar just before proguard processing.
332 # Run proguard if necessary, otherwise just copy the file.
334 # Proguard doesn't like a class in both library and the jar to be processed.
337 -include $(BUILD_SYSTEM)/proguard.flags \
340 # If this is a test package, add proguard keep flags for tests.
369 $(full_classes_proguard_jar) : $(full_classes_jar) $(proguard_flag_files) | $(ACP) $(PROGUARD)
370 $(call transform-jar-to-proguard)