Home
last modified time | relevance | path

Searched refs:ndk (Results 1 – 25 of 131) sorted by relevance

123456

/external/toolchain-utils/binary_search_tool/ndk/
DDO_BISECTION.sh85 --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/
DDockerfile.android44 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/
DDockerfile24 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/
DDockerfile24 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/
Dbuild.sh32 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/
Dbuild.sh32 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/
Dlit.site.cfg9 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/
Dupdate_external_sources_android.bat46 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…
Dupdate_external_sources_android.sh84ndk-build NDK_APPLICATION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_party A…
86ndk-build NDK_APPLICATION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_party -…
/external/google-breakpad/
DREADME.ANDROID18 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/
DREADME8 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/
Dci-test.sh3 ./android-ndk-${NDK_VERSION}/ndk-build
Dci-before.sh3 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/
Dmasthead.cs14 <?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/
Dbuild.md90 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/
Dbuild.md90 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/
DBUILD.gn12 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/
DBUILD.gn12 public_include_dirs = [ "$ndk/sources/android/native_app_glue" ]
15 "$ndk/sources/android/native_app_glue/android_native_app_glue.c",
/external/skqp/gn/
DBUILD.gn148 "--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/
DBUILD.gn148 "--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/
DMakefile17 ndk-build NDK_APPLICATION_MK=Application.mk
20 ndk-build NDK_APPLICATION_MK=Application.mk clean
/external/skqp/third_party/cpu-features/
DBUILD.gn12 public_include_dirs = [ "$ndk/sources/android/cpufeatures" ]
15 "$ndk/sources/android/cpufeatures/cpu-features.c",
/external/skia/third_party/cpu-features/
DBUILD.gn12 public_include_dirs = [ "$ndk/sources/android/cpufeatures" ]
15 "$ndk/sources/android/cpufeatures/cpu-features.c",
/external/chromium-trace/catapult/systrace/atrace_helper/
DMakefile5 NDK_HOME ?= $(HOME)/tools/android-ndk-r13b
10 $(NDK_HOME)/ndk-build
/external/deqp/scripts/android/
Dbuild_apk.py167 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 …]

123456