Android Build Tools

This commit is contained in:
Isuru Samarathunga
2025-10-16 00:43:42 +05:30
parent f742dcfaff
commit 160bf65a1f
5549 changed files with 1752060 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android21 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android21 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android21 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android21 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android22 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android22 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android22 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android22 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android23 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android23 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android23 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android23 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android24 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android24 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android24 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android24 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android25 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android25 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android25 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android25 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android26 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android26 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android26 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android26 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android27 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android27 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android27 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android27 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android28 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android28 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android28 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android28 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android29 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android29 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android29 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android29 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android30 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android30 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android30 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android30 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android31 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android31 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android31 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android31 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android32 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android32 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android32 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android32 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android33 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android33 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android33 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android33 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android34 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android34 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android34 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android34 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=aarch64-linux-android35 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=aarch64-linux-android35 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=aarch64-linux-android35 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=aarch64-linux-android35 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi21 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi21 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi21 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi21 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi22 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi22 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi22 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi22 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi23 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi23 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi23 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi23 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi24 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi24 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi24 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi24 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi25 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi25 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi25 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi25 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi26 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi26 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi26 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi26 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi27 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi27 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi27 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi27 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi28 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi28 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi28 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi28 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi29 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi29 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi29 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi29 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang.exe" --target=armv7a-linux-androideabi30 "$@"
else
# Target is already an argument.
"$bin_dir/clang.exe" "$@"
fi

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
bin_dir=`dirname "$0"`
if [ "$1" != "-cc1" ]; then
"$bin_dir/clang++.exe" --target=armv7a-linux-androideabi30 "$@"
else
# Target is already an argument.
"$bin_dir/clang++.exe" "$@"
fi

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" --target=armv7a-linux-androideabi30 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang++.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

View File

@ -0,0 +1,22 @@
@echo off
setlocal
call :find_bin
if "%~1" == "-cc1" goto :L
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" --target=armv7a-linux-androideabi30 %*
if ERRORLEVEL 1 exit /b 1
goto :done
:L
rem Target is already an argument.
set "_BIN_DIR=" && "%_BIN_DIR%clang.exe" %*
if ERRORLEVEL 1 exit /b 1
goto :done
:find_bin
rem Accommodate a quoted arg0, e.g.: "clang"
rem https://github.com/android-ndk/ndk/issues/616
set _BIN_DIR=%~dp0
exit /b
:done

Some files were not shown because too many files have changed in this diff Show More