/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/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 53 …sed -i 15i"#include <linux/compiler.h>" ${ANDROID_DEV_HOME}/android-ndk-r14b/platforms/android-14/… 54 …sed -i 15i"#include <linux/compiler.h>" ${ANDROID_DEV_HOME}/android-ndk-r14b/platforms/android-14/… 55 …sed -i 15i"#include <linux/compiler.h>" ${ANDROID_DEV_HOME}/android-ndk-r14b/platforms/android-14/… 57 bash -c "ln -s ${ANDROID_DEV_HOME}/android-ndk-* ${ANDROID_NDK_HOME}" 59 # Make android ndk executable to all users.
|
/external/skia/infra/skqp/docker/android-skqp/ |
D | Dockerfile | 24 RUN wget -O /root/android-ndk-r18-linux-x86_64.zip https://storage.googleapis.com/skia-cdn/android-… 25 unzip /root/android-ndk-r18-linux-x86_64.zip && \ 26 rm -f /root/android-ndk-r18-linux-x86_64.zip 29 RUN yes | sdkmanager ndk-bundle "lldb;3.1" "cmake;3.6.4111459" 40 ENV ANDROID_NDK=/root/android-ndk-r18
|
/external/skqp/infra/skqp/docker/android-skqp/ |
D | Dockerfile | 24 RUN wget -O /root/android-ndk-r18-linux-x86_64.zip https://storage.googleapis.com/skia-cdn/android-… 25 unzip /root/android-ndk-r18-linux-x86_64.zip && \ 26 rm -f /root/android-ndk-r18-linux-x86_64.zip 29 RUN yes | sdkmanager ndk-bundle "lldb;3.1" "cmake;3.6.4111459" 40 ENV ANDROID_NDK=/root/android-ndk-r18
|
/external/deqp-deps/SPIRV-Tools/kokoro/ndk-build/ |
D | build.sh | 32 export ANDROID_NDK=/opt/android-ndk-r15c 47 echo $(date): Starting ndk-build ... 48 $ANDROID_NDK/ndk-build \ 55 echo $(date): ndk-build completed.
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/ndk-build/ |
D | build.sh | 32 export ANDROID_NDK=/opt/android-ndk-r15c 47 echo $(date): Starting ndk-build ... 48 $ANDROID_NDK/ndk-build \ 55 echo $(date): ndk-build completed.
|
/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/vulkan-validation-layers/build-android/ |
D | update_external_sources_android.bat | 46 where /q ndk-build.cmd 49 echo ndk-build.cmd not found 50 echo Android NDK can be downloaded here: http://developer.android.com/ndk/guides/setup.html 51 echo Install and ensure ndk-build.cmd makes it into your PATH 98 …call ndk-build NDK_APPLICATION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_pa…
|
D | update_external_sources_android.sh | 84 …ndk-build NDK_APPLICATION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_party A… 86 …ndk-build NDK_APPLICATION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_party -…
|
/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/site/user/ |
D | build.md | 90 NDK](https://developer.android.com/ndk/index.html). 95 python infra/bots/assets/android_ndk_linux/download.py -t /tmp/ndk 96 python infra/bots/assets/android_ndk_darwin/download.py -t /tmp/ndk 97 python infra/bots/assets/android_ndk_windows/download.py -t C:/ndk 99 When generating your GN build files, pass the path to your `ndk` and your 102 bin/gn gen out/arm --args='ndk="/tmp/ndk" target_cpu="arm"' 103 bin/gn gen out/arm64 --args='ndk="/tmp/ndk" target_cpu="arm64"' 104 bin/gn gen out/x64 --args='ndk="/tmp/ndk" target_cpu="x64"' 105 bin/gn gen out/x86 --args='ndk="/tmp/ndk" target_cpu="x86"'
|
/external/skqp/site/user/ |
D | build.md | 90 NDK](https://developer.android.com/ndk/index.html). 95 python infra/bots/assets/android_ndk_linux/download.py -t /tmp/ndk 96 python infra/bots/assets/android_ndk_darwin/download.py -t /tmp/ndk 97 python infra/bots/assets/android_ndk_windows/download.py -t C:/ndk 99 When generating your GN build files, pass the path to your `ndk` and your 102 bin/gn gen out/arm --args='ndk="/tmp/ndk" target_cpu="arm"' 103 bin/gn gen out/arm64 --args='ndk="/tmp/ndk" target_cpu="arm64"' 104 bin/gn gen out/x64 --args='ndk="/tmp/ndk" target_cpu="x64"' 105 bin/gn gen out/x86 --args='ndk="/tmp/ndk" target_cpu="x86"'
|
/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/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/gn/ |
D | BUILD.gn | 148 "--sysroot=$ndk/sysroot", 149 "-isystem$ndk/sysroot/usr/include/$ndk_target", 154 "-isystem$ndk/sources/cxx-stl/llvm-libc++/include", 155 "-isystem$ndk/sources/cxx-stl/llvm-libc++abi/include", 156 "-isystem$ndk/sources/android/support/include", 159 "--sysroot=$ndk/platforms/$ndk_platform", 161 "-B$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin", 164 "$ndk/sources/cxx-stl/llvm-libc++/libs/$ndk_stdlib", 165 "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/lib/gcc/$ndk_target/4.9.x",
|
/external/skia/gn/ |
D | BUILD.gn | 148 "--sysroot=$ndk/sysroot", 149 "-isystem$ndk/sysroot/usr/include/$ndk_target", 154 "-isystem$ndk/sources/cxx-stl/llvm-libc++/include", 155 "-isystem$ndk/sources/cxx-stl/llvm-libc++abi/include", 156 "-isystem$ndk/sources/android/support/include", 159 "--sysroot=$ndk/platforms/$ndk_platform", 161 "-B$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/$ndk_target/bin", 164 "$ndk/sources/cxx-stl/llvm-libc++/libs/$ndk_stdlib", 165 "$ndk/toolchains/$ndk_gccdir-4.9/prebuilt/$ndk_host/lib/gcc/$ndk_target/4.9.x",
|
/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/deqp/scripts/android/ |
D | build_apk.py | 167 def __init__(self, sdk, ndk): argument 169 self.ndk = ndk 190 if not os.path.exists(self.env.ndk.path): 191 raise Exception("Android NDK not found at %s" % self.env.ndk.path) 193 if not NDKEnv.isHostOsSupported(self.env.ndk.hostOsName): 194 raise Exception("NDK '%s' is not supported on this machine" % self.env.ndk.hostOsName) 196 if self.env.ndk.version[0] < 15: 197 …oid NDK version %d is not supported; build requires NDK version >= 15" % (self.env.ndk.version[0])) 339 '-DANDROID_NDK_HOST_OS=%s' % config.env.ndk.hostOsName, 340 '-DANDROID_NDK_PATH=%s' % config.env.ndk.path, [all …]
|