Home | History | Annotate | Download | only in core

Lines Matching refs:zipalign

1615 $(hide) $(ZIPALIGN) -f 4 $@.unaligned $@.aligned
1719 # The same as copy-file-to-target, but use the zipalign tool to do so.
1720 define copy-file-to-target-with-zipalign
1722 $(hide) $(ZIPALIGN) -f 4 $< $@
1752 # Copy a prebuilt file to a target location, using zipalign on it.
1753 define transform-prebuilt-to-target-with-zipalign
1755 $(copy-file-to-target-with-zipalign)