Searched refs:ndk (Results 1 – 25 of 105) sorted by relevance
12345
/external/boringssl/src/third_party/android-cmake/ |
D | ndk_links.md | 4 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-windows.zip 5 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-darwin-x86.zip 6 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-linux-x86.zip 10 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-windows.zip 11 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-darwin-x86.zip 12 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-linux-x86.zip 16 * http://dl.google.com/android/ndk/android-ndk-r3-windows.zip 17 * http://dl.google.com/android/ndk/android-ndk-r3-darwin-x86.zip 18 * http://dl.google.com/android/ndk/android-ndk-r3-linux-x86.zip 22 * http://dl.google.com/android/ndk/android-ndk-r4-windows.zip [all …]
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | DO_BISECTION.sh | 85 --get_initial_items=ndk/get_initial_items.sh \ 86 --switch_to_good=ndk/switch_to_good.sh \ 87 --switch_to_bad=ndk/switch_to_bad.sh \ 88 --test_setup_script=ndk/test_setup.sh \ 89 --test_script=ndk/boot_test.sh \
|
/external/valgrind/ |
D | README.android_emulator | 12 # http://developer.android.com/sdk/ndk/index.html 16 # android-ndk-r8-linux-x86.tar.bz2 25 # install ndk 26 tar xjf android-ndk-r8-linux-x86.tar.bz2 32 export NDKROOT=$HOME/android/android-ndk-r8 79 $HOME/android/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linu…
|
D | README.android | 39 For arm32, x86 and mips32 you need the android-ndk-r6 native 45 You can get android-ndk-r6 from 46 http://dl.google.com/android/ndk/android-ndk-r6-linux-x86.tar.bz2 48 For arm64 (aarch64) you need the android-ndk-r10c NDK, from 49 http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin 58 export NDKROOT=/path/to/android-ndk-r<version>
|
/external/libcxx/ |
D | lit.site.cfg | 9 ndk = os.getenv('NDK') 10 if ndk is None: 34 config.configuration_variant = "libcxx.ndk" 36 config.sysroot = os.path.join(ndk, "platforms/android-21/arch-arm/")
|
/external/skia/site/user/ |
D | build.md | 78 NDK](https://developer.android.com/ndk/index.html). 83 python infra/bots/assets/android_ndk_linux/download.py -t /tmp/ndk 84 python infra/bots/assets/android_ndk_darwin/download.py -t /tmp/ndk 85 python infra/bots/assets/android_ndk_windows/download.py -t C:/ndk 87 When generating your GN build files, pass the path to your `ndk` and your 90 bin/gn gen out/arm --args='ndk="/tmp/ndk" target_cpu="arm"' 91 bin/gn gen out/arm64 --args='ndk="/tmp/ndk" target_cpu="arm64"' 92 bin/gn gen out/x64 --args='ndk="/tmp/ndk" target_cpu="x64"' 93 bin/gn gen out/x86 --args='ndk="/tmp/ndk" target_cpu="x86"'
|
/external/skqp/site/user/ |
D | build.md | 74 NDK](https://developer.android.com/ndk/index.html). 79 python infra/bots/assets/android_ndk_linux/download.py -t /tmp/ndk 80 python infra/bots/assets/android_ndk_darwin/download.py -t /tmp/ndk 81 python infra/bots/assets/android_ndk_windows/download.py -t C:/ndk 83 When generating your GN build files, pass the path to your `ndk` and your 86 bin/gn gen out/arm --args='ndk="/tmp/ndk" target_cpu="arm"' 87 bin/gn gen out/arm64 --args='ndk="/tmp/ndk" target_cpu="arm64"' 88 bin/gn gen out/x64 --args='ndk="/tmp/ndk" target_cpu="x64"' 89 bin/gn gen out/x86 --args='ndk="/tmp/ndk" target_cpu="x86"'
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.android | 44 ENV ANDROID_NDK_FILENAME android-ndk-r14b-linux-x86_64.zip 46 ENV ANDROID_NDK_HOME ${ANDROID_DEV_HOME}/ndk 52 bash -c "ln -s ${ANDROID_DEV_HOME}/android-ndk-* ${ANDROID_NDK_HOME}" 54 # Make android ndk executable to all users.
|
/external/deqp/scripts/android/ |
D | build_apk.py | 166 def __init__(self, sdk, ndk): argument 168 self.ndk = ndk 187 if not os.path.exists(self.env.ndk.path): 188 raise Exception("Android NDK not found at %s" % self.env.ndk.path) 190 if not NDKEnv.isHostOsSupported(self.env.ndk.hostOsName): 191 raise Exception("NDK '%s' is not supported on this machine" % self.env.ndk.hostOsName) 194 if self.env.ndk.version[0] not in supportedNDKVersion: 195 …DK version %d is not supported; build requires NDK version %s" % (self.env.ndk.version[0], support… 198 if self.env.ndk.version[0] == 15: 340 toolchain = 'ndk-%s' % makeNDKVersionString((config.env.ndk.version[0], 0)) [all …]
|
/external/google-breakpad/ |
D | README.ANDROID | 18 I.1. Building with ndk-build: 21 If you're using the ndk-build build system, you can follow 27 This can be done either directly, or using ndk-build's 66 2/ If you're not using ndk-build, you also need to: 74 Note that ndk-build does that for your automatically. 131 - Rebuilding the client library with ndk-build.
|
/external/libvpx/libvpx/test/android/ |
D | README | 8 2) From the parent directory, invoke ndk-build: 9 NDK_PROJECT_PATH=. ndk-build APP_BUILD_SCRIPT=./libvpx/test/android/Android.mk \ 13 Note: Both adb and ndk-build are available prebuilt at:
|
/external/gemmlowp/scripts/ |
D | ci-test.sh | 3 ./android-ndk-${NDK_VERSION}/ndk-build
|
D | ci-before.sh | 3 curl -L https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-linux-x86_64.zip -O 4 unzip android-ndk-${NDK_VERSION}-linux-x86_64.zip 2> /dev/null > /dev/null
|
/external/doclava/res/assets/templates-sdk/components/ |
D | masthead.cs | 14 <?cs if:ndk ?><a class="dac-header-logo" style="width:144px;" href="<?cs var:toroot 25 <?cs if:ndk 108 /if ?><?cs # end if/else ndk ?> 110 <?cs if:ndk ?><a class="dac-header-console-btn" href="http://developer.android.com"> 119 if:!ndk ?><?cs 128 <?cs if:ndk ?>
|
/external/skia/gn/ |
D | BUILD.gn | 138 "--sysroot=$ndk/sysroot", 139 "-isystem$ndk/sysroot/usr/include/$ndk_target", 144 "-isystem$ndk/sources/cxx-stl/llvm-libc++/include", 145 "-isystem$ndk/sources/cxx-stl/llvm-libc++abi/include", 146 "-isystem$ndk/sources/android/support/include", 149 "--sysroot=$ndk/platforms/$ndk_platform", 151 "-B$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin", 154 "$ndk/sources/cxx-stl/llvm-libc++/libs/$ndk_stdlib", 155 "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/lib/gcc/$ndk_target/4.9.x",
|
/external/skqp/gn/ |
D | BUILD.gn | 140 "--sysroot=$ndk/sysroot", 141 "-isystem$ndk/sysroot/usr/include/$ndk_target", 146 "-isystem$ndk/sources/cxx-stl/llvm-libc++/include", 147 "-isystem$ndk/sources/cxx-stl/llvm-libc++abi/include", 148 "-isystem$ndk/sources/android/support/include", 151 "--sysroot=$ndk/platforms/$ndk_platform", 153 "-B$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin", 156 "$ndk/sources/cxx-stl/llvm-libc++/libs/$ndk_stdlib", 157 "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/lib/gcc/$ndk_target/4.9.x",
|
/external/skia/third_party/native_app_glue/ |
D | BUILD.gn | 12 public_include_dirs = [ "$ndk/sources/android/native_app_glue" ] 15 "$ndk/sources/android/native_app_glue/android_native_app_glue.c",
|
/external/skqp/third_party/native_app_glue/ |
D | BUILD.gn | 12 public_include_dirs = [ "$ndk/sources/android/native_app_glue" ] 15 "$ndk/sources/android/native_app_glue/android_native_app_glue.c",
|
/external/rmi4utils/ |
D | Makefile | 17 ndk-build NDK_APPLICATION_MK=Application.mk 20 ndk-build NDK_APPLICATION_MK=Application.mk clean
|
/external/skqp/third_party/cpu-features/ |
D | BUILD.gn | 12 public_include_dirs = [ "$ndk/sources/android/cpufeatures" ] 15 "$ndk/sources/android/cpufeatures/cpu-features.c",
|
/external/skia/third_party/cpu-features/ |
D | BUILD.gn | 12 public_include_dirs = [ "$ndk/sources/android/cpufeatures" ] 15 "$ndk/sources/android/cpufeatures/cpu-features.c",
|
/external/chromium-trace/catapult/systrace/atrace_helper/ |
D | Makefile | 5 NDK_HOME ?= $(HOME)/tools/android-ndk-r13b 10 $(NDK_HOME)/ndk-build
|
/external/drrickorang/LoopbackApp/app/ |
D | build.gradle | 13 ndk { 26 ndk {
|
/external/skia/gn/toolchain/ |
D | BUILD.gn | 8 target_ar = "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin/ar.exe" 9 target_cc = "$ndk/toolchains/llvm/prebuilt/$ndk_host/bin/clang.exe" 10 target_cxx = "$ndk/toolchains/llvm/prebuilt/$ndk_host/bin/clang++.exe" 12 target_ar = "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin/ar" 13 target_cc = "$ndk/toolchains/llvm/prebuilt/$ndk_host/bin/clang" 14 target_cxx = "$ndk/toolchains/llvm/prebuilt/$ndk_host/bin/clang++"
|
/external/vulkan-validation-layers/demos/smoke/android/ |
D | build.gradle | 25 ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' 44 ndk {
|
12345