Lines Matching refs:zip
2112 $(hide) $(call create-empty-package-at,$@.res.tmp.zip)
2113 $(hide) $(call add-java-resources-to,$@.res.tmp.zip)
2114 $(hide) unzip -qo $@.res.tmp.zip -d $@.res.tmp
2115 $(hide) rm $@.res.tmp.zip)
2290 $(hide) $(call create-empty-package-at,$@.res.tmp.zip)
2291 $(hide) $(call add-java-resources-to,$@.res.tmp.zip)
2292 $(hide) unzip -qo $@.res.tmp.zip -d $@.res.tmp
2293 $(hide) rm $@.res.tmp.zip)
2338 $(hide) zip -qd $(1) zipdummy
2355 $(hide) zip -qd $(2) "*.class" \
2412 $(hide) (cd $(dir $@) && zip -qrX $(JNI_COMPRESS_FLAGS) $(notdir $@) lib)
2423 $(hide) find $(dir $(PRIVATE_DEX_FILE)) -maxdepth 1 -name "classes*.dex" | sort | xargs zip -qjX $(…
2507 zip -d $@ 'lib/*.so' && \
2508 ( cd $(dir $@)uncompressedlibs && find lib -type f | sort | zip -D -X -0 ../$(notdir $@) -@ ) && \