Lines Matching refs:PROGUARD
1469 # $(HOST_OUT_JAVA_LIBRARIES)/proguard-4.0.1.jar
1477 $(hide) java -Xmx512M -jar $(HOST_OUT_JAVA_LIBRARIES)/proguard-4.0.1.jar \
1607 ## Commands to call Proguard
1610 # Command to copy the file with acp, if proguard is disabled.
1611 define proguard-disabled-commands
1616 # Command to call Proguard
1618 define proguard-enabled-commands
1619 @echo Proguard: $@
1620 $(hide) $(PROGUARD) -injars $< -outjars $@ $(PRIVATE_PROGUARD_FLAGS) $(1)
1623 # Figure out the proguard dictionary file of the module that is instrumentationed for.
1624 define get-instrumentation-proguard-flags
1628 define transform-jar-to-proguard
1629 $(eval _instrumentation_proguard_flags:=$(call get-instrumentation-proguard-flags))
1631 $(if $(_enable_proguard),$(call proguard-enabled-commands,$(_instrumentation_proguard_flags)),$(call proguard-disabled-commands))