/netbsd-src/external/bsd/unbound/dist/contrib/android/ |
H A D | install_ndk.sh | 11 echo "NDK root is $ANDROID_NDK_ROOT" 25 echo "Downloading NDK" 26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-… 28 echo "Failed to download NDK" 39 echo "Unpacking NDK to $ANDROID_NDK_ROOT" 40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME"; 42 echo "Failed to unpack NDK" 46 if ! mv "$HOME/android-ndk-r20b" "$ANDROID_NDK_ROOT"; 48 echo "Failed to move $HOME/android-ndk-r20b to $ANDROID_NDK_ROOT" 53 rm -f "$HOME/android-ndk.zip" [all …]
|
H A D | 15-android.conf | 4 # This 15-android.conf avoids compiler errors using NDK-r20. This 15-android.conf
|
H A D | setenv_android.sh | 28 echo "NDK root is $ANDROID_NDK_ROOT" 72 # https://developer.android.com/ndk/guides/abis.html
|
/netbsd-src/crypto/external/bsd/openssl/dist/ |
H A D | NOTES-ANDROID.md | 8 NDK. It's available for Linux, macOS and Windows, but only Linux 11 suitable, MSYS2 might have best chances. NDK version should play lesser 21 longer supported with NDK R20+). 26 invoke `$(CROSS_COMPILE)clang` [`*gcc` on NDK 19 and lower] and company. 30 to point at the `NDK` directory. If you're using a side-by-side NDK the path 31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a 32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`. 34 The NDK customarily supports multiple Android API levels, e.g. `android-14`, 38 to compile for Android 10 arm64 with a side-by-side NDK r20.0.5594570 40 export ANDROID_NDK_ROOT=/home/whoever/Android/android-sdk/ndk/20.0.5594570 [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | NOTES.ANDROID | 9 NDK. It's available for Linux, macOS and Windows, but only Linux 12 suitable, MSYS2 might have best chances. NDK version should play lesser 21 and android-x86_64 (*MIPS targets are no longer supported with NDK R20+). 25 $(CROSS_COMPILE)clang [*gcc on NDK 19 and lower] and company. (Configure 28 NDK directory. If you're using a side-by-side NDK the path will look 29 something like /some/where/android-sdk/ndk/<ver>, and for a standalone 30 NDK the path will be something like /some/where/android-ndk-<ver>. 32 The NDK customarily supports multiple Android API levels, e.g. android-14, 36 to compile for Android 10 arm64 with a side-by-side NDK r20.0.5594570 38 export ANDROID_NDK_HOME=/home/whoever/Android/android-sdk/ndk/20.0.5594570 [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/ |
H A D | 15-android.conf | 26 my $ndk; 29 $ndk = $ENV{$ndk_var}; 30 last if defined $ndk; 32 die "\$ANDROID_NDK_ROOT is not defined" if (!$ndk); 33 my $is_standalone_toolchain = -f "$ndk/AndroidVersion.txt"; 34 my $ndk_src_props = "$ndk/source.properties"; 37 die "\$ANDROID_NDK_ROOT=$ndk is invalid"; 39 $ndk = canonpath($ndk); 63 $sysroot = "$ndk/sysroot"; 75 if (-d "$ndk/platforms") { [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
H A D | 15-android.conf | 26 my $ndk; 29 $ndk = $ENV{$ndk_var}; 30 last if defined $ndk; 32 die "\$ANDROID_NDK_HOME is not defined" if (!$ndk); 33 my $is_standalone_toolchain = -f "$ndk/AndroidVersion.txt"; 34 my $ndk_src_props = "$ndk/source.properties"; 37 die "\$ANDROID_NDK_HOME=$ndk is invalid"; 39 $ndk = canonpath($ndk); 63 $sysroot = "$ndk/sysroot"; 75 if (-d "$ndk/platforms") { [all …]
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | README-Travis.md | 5 … builds Unbound. The testing is tailored for Android NDK-r19 and above, and includes NDK-r20 and N… 69 …ilds for several reasons. The testing requires installation of the Android NDK and SDK, it require… 89 - ANDROID_NDK_ROOT="$HOME/android-ndk" 94 …NDK and SDK use the variables internally to locate their own tools. Also see [Recommended NDK Dire… 112 ### NDK installation 114 …NDK and SDK. This step is handled in by the script `contrib/android/install_ndk.sh`. The script us… 116 If you are working from a developer machine you probably already have a NDK and SDK installed. 146 …NDK support removed and some other fixes, like `ANDROID_NDK_ROOT` awareness. The changes mean Unbo… 177 ….sh` uses specific flags for `CFLAGS` and `CXXFLAGS`. They are taken from `ndk-build`, so we consi… 179 … exceptions pass through C code, if needed. Also see `docs/CPLUSPLUS-SUPPORT.html` in the NDK docs. [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/ |
H A D | Android.cmake | 1 # Toolchain config for Android NDK. 3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one). 9 # cmake -DLLVM_ANDROID_TOOLCHAIN_DIR=/path/to/android/ndk \
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/android/ |
H A D | locale_bionic.h | 29 #include <android/ndk-version.h> 33 // In NDK versions later than 16, locale-aware functions are provided by
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | string_util.cc | 135 // in the android-ndk in StrFormatImp() 150 // in the android-ndk in StrFormatImp() 174 * GNU STL in Android NDK lacks support for some C++11 functions, including
|
H A D | string_util.h | 43 * GNU STL in Android NDK lacks support for some C++11 functions, including
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | string_util.cc | 135 // in the android-ndk in StrFormatImp() 150 // in the android-ndk in StrFormatImp()
|
/netbsd-src/external/mit/libuv/dist/.github/workflows/ |
H A D | CI-unix.yml | 25 # see build options you can use in https://developer.android.com/ndk/guides/cmake 29 …$ANDROID_HOME/cmake/3.10.2.4988404/bin/cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_HOME/ndk/20.0.5594570…
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | armcap.c | 72 /* see https://developer.android.google.cn/ndk/guides/cpu-features */ 97 * Android: according to https://developer.android.com/ndk/guides/cpu-features,
|
H A D | uid.c | 40 /* see https://developer.android.google.cn/ndk/guides/cpu-features */
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | armcap.c | 78 /* see https://developer.android.google.cn/ndk/guides/cpu-features */ 103 * Android: according to https://developer.android.com/ndk/guides/cpu-features,
|
H A D | uid.c | 40 /* see https://developer.android.google.cn/ndk/guides/cpu-features */
|
H A D | ppccap.c | 97 /* see https://developer.android.google.cn/ndk/guides/cpu-features */
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/ |
H A D | compiler.gni | 13 # Set this to the path to Android NDK r21. If set, cross compilation targeting
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | CMakeLists.txt | 107 # NDK r10 requires -latomic almost always. 122 # NDK r10 requires -latomic almost always.
|
/netbsd-src/sys/external/isc/libsodium/dist/dist-build/ |
H A D | android-build.sh | 12 echo "the Android NDK"
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | SUPPORTED_PLATFORMS.md | 13 | Android | Tier 3 | NDK >= r15b | Android 7.0, `-DANDROID_PLATFORM=android-24` |
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/ |
H A D | CMakeLists.txt | 46 # NDK r10 requires -latomic almost always.
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | CMakeLists.txt | 98 # NDK r10 requires -latomic almost always.
|