Home | History | Annotate | Download | only in core

Lines Matching defs:proguard

1883 ## Commands to call Proguard
1885 define transform-jar-to-proguard
1886 @echo Proguard: $@
1887 $(hide) $(PROGUARD) -injars $< -outjars $@ $(PRIVATE_PROGUARD_FLAGS)