Home | History | Annotate | Download | only in core

Lines Matching refs:zipalign

1414 $(hide) $(ZIPALIGN) -f 4 $@.unaligned $@.aligned
1534 # The same as copy-file-to-target, but use the zipalign tool to do so.
1535 define copy-file-to-target-with-zipalign
1537 $(hide) $(ZIPALIGN) -f 4 $< $@
1567 # Copy a prebuilt file to a target location, using zipalign on it.
1568 define transform-prebuilt-to-target-with-zipalign
1570 $(copy-file-to-target-with-zipalign)