Searched refs:ZIPALIGN (Results 1 – 2 of 2) sorted by relevance
94 if [ -z "$ZIPALIGN" ]; then96 ZIPALIGN="zipalign";101 darwin*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/darwin/bin/zipalign" ;;102 linux*) ZIPALIGN="$ANDROID_BUILD_TOP/prebuilts/sdk/tools/linux/bin/zipalign" ;;107 export ZIPALIGN
182 "$ZIPALIGN" -f "$ZIP_ALIGN_BYTES" "$zip_target" "$tmp_file"