Searched refs:ZIPALIGN (Results 1 – 5 of 5) sorted by relevance
99 if [ -z "$ZIPALIGN" ]; then101 ZIPALIGN="zipalign";106 darwin*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/darwin/bin/zipalign" ;;107 linux*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/linux/bin/zipalign" ;;112 export ZIPALIGN
205 $(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN)236 $(built_module) : $(my_prebuilt_src_file) | $(ZIPALIGN) $(ZIP2ZIP) $(SIGNAPK_JAR) $(SIGNAPK_JNI_LIB…
72 …) : $(full_classes_pre_proguard_jar) $(built_dex) $(java_resource_sources) | $(ZIPTIME) $(ZIPALIGN)
2372 $(hide) if ! $(ZIPALIGN) -c -p 4 $@ >/dev/null ; then \2374 $(ZIPALIGN) \2386 $(hide) if ! $(ZIPALIGN) -c -p 4 $@ >/dev/null ; then \2519 $(2): $(1) $(ZIPALIGN) $(ZIP2ZIP)
238 "$ZIPALIGN" -f "$ZIP_ALIGN_BYTES" "$zip_target" "$tmp_file"