Home
last modified time | relevance | path

Searched full:ndk (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/bsd/unbound/dist/contrib/android/
H A Dinstall_ndk.sh11 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 D15-android.conf4 # This 15-android.conf avoids compiler errors using NDK-r20. This 15-android.conf
H A Dsetenv_android.sh28 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 DNOTES-ANDROID.md8 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 DNOTES.ANDROID9 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 D15-android.conf26 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 D15-android.conf26 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 DREADME-Travis.md5 … 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"
94NDK and SDK use the variables internally to locate their own tools. Also see [Recommended NDK Dire…
112 ### NDK installation
114NDK 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.
146NDK 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 DAndroid.cmake1 # 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 Dlocale_bionic.h29 #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 Dstring_util.cc135 // 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 Dstring_util.h43 * 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 Dstring_util.cc135 // in the android-ndk in StrFormatImp()
150 // in the android-ndk in StrFormatImp()
/netbsd-src/external/mit/libuv/dist/.github/workflows/
H A DCI-unix.yml25 # 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 Darmcap.c72 /* see https://developer.android.google.cn/ndk/guides/cpu-features */
97 * Android: according to https://developer.android.com/ndk/guides/cpu-features,
H A Duid.c40 /* see https://developer.android.google.cn/ndk/guides/cpu-features */
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Darmcap.c78 /* see https://developer.android.google.cn/ndk/guides/cpu-features */
103 * Android: according to https://developer.android.com/ndk/guides/cpu-features,
H A Duid.c40 /* see https://developer.android.google.cn/ndk/guides/cpu-features */
H A Dppccap.c97 /* see https://developer.android.google.cn/ndk/guides/cpu-features */
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/
H A Dcompiler.gni13 # 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 DCMakeLists.txt107 # NDK r10 requires -latomic almost always.
122 # NDK r10 requires -latomic almost always.
/netbsd-src/sys/external/isc/libsodium/dist/dist-build/
H A Dandroid-build.sh12 echo "the Android NDK"
/netbsd-src/external/mit/libuv/dist/
H A DSUPPORTED_PLATFORMS.md13 | 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 DCMakeLists.txt46 # NDK r10 requires -latomic almost always.
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A DCMakeLists.txt98 # NDK r10 requires -latomic almost always.

12