Searched refs:ZIPALIGN (Results 1 – 2 of 2) 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
238 "$ZIPALIGN" -f "$ZIP_ALIGN_BYTES" "$zip_target" "$tmp_file"