Home | History | Annotate | Download | only in core

Lines Matching refs:zipalign

2482 $(hide) if ! $(ZIPALIGN) -c $(ZIPALIGN_PAGE_ALIGN_FLAGS) 4 $@ >/dev/null ; then \
2484 $(ZIPALIGN) \
2605 # The same as copy-file-to-target, but use the zipalign tool to do so.
2606 define copy-file-to-target-with-zipalign
2608 $(hide) $(ZIPALIGN) -f 4 $< $@
2638 # Copy a prebuilt file to a target location, using zipalign on it.
2639 define transform-prebuilt-to-target-with-zipalign
2641 $(copy-file-to-target-with-zipalign)