Home
last modified time | relevance | path

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

123456789

/external/mesa3d/.gitlab-ci/container/
Dandroid_build.sh13 ndk=android-ndk-r21d
14 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip
15 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
16 rm $ndk.zip
19 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/
21 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f
23 sh .gitlab-ci/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3"
25 sh .gitlab-ci/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64
26 sh .gitlab-ci/create-android-cross-file.sh /$ndk i686-linux-android x86 x86
27 sh .gitlab-ci/create-android-cross-file.sh /$ndk aarch64-linux-android arm armv8
[all …]
/external/jemalloc_new/android/
Dconf.sh7 ndk=${1}
8 if [[ "$ndk" == "" ]]; then
21 if [[ ! -d ${ndk} ]]; then
22 echo "NDK directory ${ndk} does not exist."
25 toolchain=${ndk}/toolchains/llvm/prebuilt/linux-x86_64
27 echo "NDK ${ndk} cannot find toolchain directory."
/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/skia/infra/skqp/docker/android-skqp/
DDockerfile24 RUN wget -O /root/android-ndk-r20-linux-x86_64.zip https://dl.google.com/android/repository/android…
25 unzip /root/android-ndk-r20-linux-x86_64.zip && \
26 rm -f /root/android-ndk-r20-linux-x86_64.zip
29 RUN yes | sdkmanager ndk-bundle "lldb;3.1" "cmake;3.6.4111459"
40 ENV ANDROID_NDK=/root/android-ndk-r20
/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/tensorflow/tensorflow/tools/dockerfiles/
Dtflite-android.Dockerfile22 ENV ANDROID_NDK_FILENAME android-ndk-r18b-linux-x86_64.zip
24 ENV ANDROID_NDK_HOME ${ANDROID_DEV_HOME}/ndk
30 bash -c "ln -s ${ANDROID_DEV_HOME}/android-ndk-* ${ANDROID_NDK_HOME}"
32 # Make android ndk executable to all users.
/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 at:
15 https://developer.android.com/ndk/downloads
/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/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh152 using ndk-r21d
172 using ndk-r21d
177 echo $(date): Starting ndk-build ...
178 $ANDROID_NDK_HOME/ndk-build \
185 echo $(date): ndk-build completed.
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh152 using ndk-r21d
172 using ndk-r21d
177 echo $(date): Starting ndk-build ...
178 $ANDROID_NDK_HOME/ndk-build \
185 echo $(date): ndk-build completed.
/external/deqp-deps/glslang/kokoro/android-ndk-build/
Dbuild-docker.sh42 using ndk-r21d
48 ndk-build -j
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.android45 ENV ANDROID_NDK_FILENAME android-ndk-r18b-linux-x86_64.zip
47 ENV ANDROID_NDK_HOME ${ANDROID_DEV_HOME}/ndk
53 bash -c "ln -s ${ANDROID_DEV_HOME}/android-ndk-* ${ANDROID_NDK_HOME}"
55 # Make android ndk executable to all users.
/external/oboe/samples/LiveEffect/src/main/cpp/
Dndk-stl-config.cmake5 # find_package(ndk-stl REQUIRED)
9 # find_package(ndk-stl REQUIRED PATHS ".")
27 message(FATAL_ERROR "gabi++_shared was not configured by ndk-stl package")
/external/cpu_features/ndk_compat/
DCMakeLists.txt58 add_executable(ndk-compat-test ndk-compat-test.c)
59 target_link_libraries(ndk-compat-test PRIVATE ndk_compat)
/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/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…
/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" ]
14 sources = [ "$ndk/sources/android/native_app_glue/android_native_app_glue.c" ]
/external/skqp/third_party/cpu-features/
DBUILD.gn12 public_include_dirs = [ "$ndk/sources/android/cpufeatures" ]
15 "$ndk/sources/android/cpufeatures/cpu-features.c",
/external/rmi4utils/
DMakefile17 ndk-build NDK_APPLICATION_MK=Application.mk
20 ndk-build NDK_APPLICATION_MK=Application.mk clean
/external/skia/third_party/cpu-features/
DBUILD.gn12 public_include_dirs = [ "$ndk/sources/android/cpufeatures" ]
14 sources = [ "$ndk/sources/android/cpufeatures/cpu-features.c" ]
/external/llvm-project/llvm/test/tools/llvm-symbolizer/
Duse-symbol-table.s5 ## --use-symbol-table=true is used by old asan_symbolize.py and Android ndk
6 ## ndk-stack.py. Keep it as a no-op compatibility option for a while.
/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/chromium-trace/catapult/systrace/atrace_helper/
DMakefile5 NDK_HOME ?= $(HOME)/tools/android-ndk-r13b
10 $(NDK_HOME)/ndk-build

123456789