Searched +full:ndk +full:- +full:path (Results 1 – 25 of 426) sorted by relevance
12345678910>>...18
/external/python/cpython3/Android/ |
D | android-env.sh | 2 : ${ANDROID_HOME:?} # Path to Android SDK 7 : ${PREFIX:-} # Path in which to find required libraries 10 # Print all messages on stderr so they're visible when running within build-wheel. 20 # When moving to a new version of the NDK, carefully review the following: 22 # * https://developer.android.com/ndk/downloads/revision_history 24 # * https://android.googlesource.com/platform/ndk/+/ndk-rXX-release/docs/BuildSystemMaintainers.md 25 # where XX is the NDK version. Do a diff against the version you're upgrading from, e.g.: 26 # https://android.googlesource.com/platform/ndk/+/ndk-r25-release..ndk-r26-release/docs/BuildSyst… 29 ndk=$ANDROID_HOME/ndk/$ndk_version 30 if ! [ -e $ndk ]; then [all …]
|
/external/executorch/examples/demo-apps/android/LlamaDemo/ |
D | SDK-quick-setup-guide.md | 1 # Guide to set up Java/SDK/NDK for Android 3 Follow this doc if you haven't set up Java/SDK/NDK for Android development 12 export DEV_HOME=<path-to-dev> 17 curl https://download.oracle.com/java/17/archive/jdk-17.0.10_linux-x64_bin.tar.gz -o jdk-17.0.10.ta… 21 curl https://download.oracle.com/java/17/archive/jdk-17.0.10_macos-aarch64_bin.tar.gz -o jdk-17.0.1… 23 2. Unzip the archive. The directory named `jdk-17.0.10` is the Java root directory. 25 tar xf jdk-17.0.10.tar.gz 27 3. Set `JAVA_HOME` and update `PATH`. 31 export JAVA_HOME="$DEV_HOME"/jdk-17.0.10 32 export PATH="$JAVA_HOME/bin:$PATH" [all …]
|
/external/libcxx/ |
D | lit.site.cfg | 9 ndk = os.getenv('NDK') 10 if ndk is None: 11 sys.exit('The environment variable NDK must point to an NDK toolchain.') 20 config.cxx_under_test = os.path.join( 21 top, "prebuilts/clang/linux-x86/host/3.6/bin/clang++") 23 config.libcxx_src_root = os.path.join(top, "external/libcxx") 24 config.libcxx_obj_root = os.path.join(top, "external/libcxx") 25 config.cxx_library_root = os.path.join(out_dir, 'system/lib') 34 config.configuration_variant = "libcxx.ndk" 35 config.target_triple = "armv7a-linux-androideabi" [all …]
|
/external/armnn/shim/ |
D | BuildGuideShimSupportLibrary.md | 1 # How to use the Android NDK to build Arm NN 3 - [Introduction](#introduction) 4 - [Prerequisites](#prerequisites) 5 - [Download Arm NN](#download-arm-nn) 6 - [Build Arm Compute Library](#build-arm-compute-library) 7 - [Build Arm NN](#build-arm-nn) 8 - [Build Arm NN Support Library](#build-arm-nn-support-library) 9 - [Build Arm NN Shim](#build-arm-nn-shim) 19 * Android NDK r25 27 * This guide will use release tag `android12-s1-release` [all …]
|
/external/deqp-deps/amber/kokoro/ndk-build/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -e # fail on error 17 set -x # display commands 22 # Disable git's "detected dubious ownership" error - kokoro checks out the repo with a different 24 git config --global --add safe.directory '*' 26 # NDK Path 27 export ANDROID_NDK="$BUILD_ROOT/android-ndk-r25b" 30 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 31 unzip -q ninja-linux.zip 32 export PATH="$PWD:$PATH" [all …]
|
/external/google-breakpad/android/ |
D | run-checks.sh | 35 set -o posix 42 . $PROGDIR/common-functions.sh 45 VALID_ABIS="armeabi armeabi-v7a x86 mips" 60 # The following extracts the value if the option is like --name=<value>. 61 optarg=$(expr -- $opt : '^--[^=]*=\(.*\)$') 63 --abi=*) ABI=$optarg;; 64 --adb=*) ADB=$optarg;; 65 --all-tests) ALL_TESTS=true;; 66 --enable-m32) ENABLE_M32=true;; 67 --help|-h|-?) HELP=TRUE;; [all …]
|
/external/icu/tools/icu4c_srcgen/ |
D | generate_ndk.py | 1 #!/usr/bin/env -S python3 -B 9 # http://www.apache.org/licenses/LICENSE-2.0 21 each function in the allowlist, it generates the NDK headers, and shim functions 26 http://icu-project.org/apiref/icu4c/files.html 36 from pathlib import Path 50 # No suffix for ndk shim 78 """Return the replacement string adding the NDK C macro 94 # Remove all non-stable function declarations 154 dest_path = base_dest_path + os.path.basename(src_path) 166 if os.path.exists(dst_folder): [all …]
|
/external/deqp/scripts/android/ |
D | build_apk.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 23 # \todo [2017-04-10 pyry] 25 # * cmake -E copy_directory doesn't copy timestamps which will cause 26 # assets to be always re-packaged 27 # * Consider adding an option for downloading SDK & NDK 40 sys.path.append(os.path.join(os.path.dirname(__file__), "..")) [all …]
|
/external/executorch/backends/mediatek/scripts/ |
D | README.md | 3 This document provides a step-by-step guide to set up the build environment for the MediaTek Exercu… 11 - **Download Buck2**: Obtain Buck2 from the official [releases page](https://github.com/facebook/bu… 12 - **Add to PATH**: Extract the downloaded file and add the directory to your system's `$PATH` envir… 14 export PATH=<path_to_buck>:$PATH 17 ### 2. Android NDK 19 - **Download Android NDK**: Acquire the Android NDK version 26.3.11579264 from the [Android develop… 20 - **Set NDK Path**: Ensure that the `$ANDROID_NDK` environment variable is set to the path where th… 29 - `libneuronusdk_adapter.mtk.so`: This universal SDK contains the implementation required for execu… 30 - `libneuron_buffer_allocator.so`: This utility library is designed for allocating DMA buffers nece… 31 - `mtk_converter-8.8.0.dev20240723+public.d1467db9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_… [all …]
|
/external/cronet/tot/build/android/ |
D | adb_gdb | 4 # Use of this source code is governed by a BSD-style license that can be 12 # Use --help to print full usage instructions. 21 # Location of Chromium-top-level sources. 35 kill -9 $GDBSERVER_PID >/dev/null 2>&1 36 rm -f "$GDBSERVER_PIDFILE" 44 rm -rf "$TMPDIR" 50 # Ensure clean exit on Ctrl-C or normal exit. 64 if [ "$VERBOSE" -gt 0 ]; then 69 DEFAULT_PULL_LIBS_DIR="/tmp/adb-gdb-support-$USER" 77 PROGNAME=${ADB_GDB_PROGNAME:-$(basename "$0")} [all …]
|
/external/cronet/stable/build/android/ |
D | adb_gdb | 4 # Use of this source code is governed by a BSD-style license that can be 12 # Use --help to print full usage instructions. 21 # Location of Chromium-top-level sources. 35 kill -9 $GDBSERVER_PID >/dev/null 2>&1 36 rm -f "$GDBSERVER_PIDFILE" 44 rm -rf "$TMPDIR" 50 # Ensure clean exit on Ctrl-C or normal exit. 64 if [ "$VERBOSE" -gt 0 ]; then 69 DEFAULT_PULL_LIBS_DIR="/tmp/adb-gdb-support-$USER" 77 PROGNAME=${ADB_GDB_PROGNAME:-$(basename "$0")} [all …]
|
/external/angle/build/android/ |
D | adb_gdb | 4 # Use of this source code is governed by a BSD-style license that can be 12 # Use --help to print full usage instructions. 21 # Location of Chromium-top-level sources. 35 kill -9 $GDBSERVER_PID >/dev/null 2>&1 36 rm -f "$GDBSERVER_PIDFILE" 44 rm -rf "$TMPDIR" 50 # Ensure clean exit on Ctrl-C or normal exit. 64 if [ "$VERBOSE" -gt 0 ]; then 69 DEFAULT_PULL_LIBS_DIR="/tmp/adb-gdb-support-$USER" 77 PROGNAME=${ADB_GDB_PROGNAME:-$(basename "$0")} [all …]
|
/external/executorch/backends/mediatek/ |
D | README.md | 2 …ps with MediaTek Neuron Processing Unit (NPU). This document offers a step-by-step guide to set up… 8 - MediaTek Dimensity 9300 (D9300) 18 - **Download Buck2**: Obtain Buck2 from the official [releases page](https://github.com/facebook/bu… 19 - **Add to PATH**: Extract the downloaded file and add the directory to your system's `$PATH` envir… 21 export PATH=<path_to_buck>:$PATH 24 #### 2. Android NDK 26 - **Download Android NDK**: Acquire the Android NDK version 26.3.11579264 from the [Android develop… 27 - **Set NDK Path**: Ensure that the `$ANDROID_NDK` environment variable is set to the path where th… 36 - `libneuronusdk_adapter.mtk.so`: This universal SDK contains the implementation required for execu… 37 - `libneuron_buffer_allocator.so`: This utility library is designed for allocating DMA buffers nece… [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/ |
D | tflite-android.Dockerfile | 4 RUN mkdir -p ${ANDROID_DEV_HOME} 6 RUN apt-get install -y --no-install-recommends default-jdk 9 ENV ANDROID_SDK_FILENAME commandlinetools-linux-6858069_latest.zip 16 RUN mkdir -p ${ANDROID_SDK_HOME}/cmdline-tools 17 ENV PATH ${PATH}:${ANDROID_SDK_HOME}/cmdline-tools/latest/bin:${ANDROID_SDK_HOME}/platform-tools 19 wget -q ${ANDROID_SDK_URL} && \ 20 unzip ${ANDROID_SDK_FILENAME} -d /tmp && \ 21 mv /tmp/cmdline-tools ${ANDROID_SDK_HOME}/cmdline-tools/latest && \ 24 # Install Android NDK. 25 ENV ANDROID_NDK_FILENAME android-ndk-r19c-linux-x86_64.zip [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.android | 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9 add-apt-repository -y ppa:george-edison55/cmake-3.x 17 RUN apt-get update && apt-get install -y \ 18 python-numpy \ 20 apt-get clean && \ 21 rm -rf /var/lib/apt/lists/* 23 # Android SDK and NDK root directory workaround. For details see 24 # https://github.com/bazelbuild/bazel/issues/714#issuecomment-166735874 26 RUN mkdir -p ${ANDROID_DEV_HOME} 29 ENV ANDROID_SDK_FILENAME tools_r25.2.5-linux.zip [all …]
|
/external/rust/beto-rust/nearby/presence/ |
D | README.md | 10 hyphen `-` in crate names 15 of [`LDT`](https://luca-giuzzi.unibs.it/corsi/Support/papers-cryptography/1619-2007-NIST-Submission… 16 which can use `xts-aes` as its tweakable block cipher. 25 Higher-level wrapper around the core LDT algorithm that does key derivation and 49 of [`XTS-AES`](https://luca-giuzzi.unibs.it/corsi/Support/papers-cryptography/1619-2007-NIST-Submis… 56 brew install protobuf rapidjson google-benchmark 62 The in-box version of Clang which comes from XCode developer tools does not have 69 then to override the default version it needs to come before it in $PATH. first 70 find your path: 73 $(brew --prefix llvm)/bin [all …]
|
/external/libwebsockets/READMEs/ |
D | README.build-android.md | 1 # Building for Android NDK 3 If you have the ndk and prebuilt toolchains with that, you can simply build 10 ## Installing NDK pieces 13 Android Studio and then run `sdkmanager` to install a recent NDK. 15 I installed the sdk and ndk pieces into /opt/android/ and that's how the 16 `./contrib/cross-aarch64-android.cmake` toolchain file is shipped. You can 17 adapt some settings at the top of that file including the path if needed. 25 - /home/someone 26 - /home/someone/libwebsockets 27 - /home/someone/mbedtls [all …]
|
/external/zstd/.github/workflows/ |
D | android-ndk-build.yml | 1 name: Android NDK Build 7 branches: [ actionsTest, '*ndk*' ] 9 permissions: read-all 13 runs-on: ubuntu-latest 16 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 18 - name: Set up JDK 17 19 uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0 21 java-version: '17' 24 - name: Setup Android SDK 25 uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.2 [all …]
|
/external/skia/tools/skqp/ |
D | README.md | 8 See https://skia.org/dev/testing/skqp for pre-build APKs. 11 ----------------------------------- 15 - You will need Java JDK 8, `git`, and `python`. 17 …- Install Chromium's [depot\_tools](http://commondatastorage.googleapis.com/chrome-infra-docs/fl… 20 export PATH="${PWD}/depot_tools:${PATH}" 22 - Install the [Android NDK](https://developer.android.com/ndk/downloads/). 24 ( cd ~; unzip ~/Downloads/android-ndk-*.zip ) 25 ANDROID_NDK_HOME=$(ls -d ~/android-ndk-*) # Or wherever you installed the Android NDK. 27 - Install the [Android SDK](https://developer.android.com/studio/#command-tools). 30 mkdir ~/android-sdk [all …]
|
/external/rust/crabbyavif/.github/workflows/ |
D | android-mediacodec.yml | 5 - main 13 group: ${{ github.workflow }}-${{ github.ref }} 14 cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} 17 no-default-features: 19 runs-on: ubuntu-latest 21 fail-fast: false 24 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 26 - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7 29 target: aarch64-linux-android 31 - name: Download and Setup the Android NDK [all …]
|
/external/perfetto/tools/ |
D | bazel | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) 20 sys.path.append(ROOT_DIR) 22 ANDROID_SDK_DIR = os.path.join(ROOT_DIR, 'buildtools', 'android_sdk') 23 if not os.path.exists(ANDROID_SDK_DIR): 25 Please run: 'tools/install-build-deps --android'""") 28 ANDROID_NDK_DIR = os.path.join(ROOT_DIR, 'buildtools', 'ndk') 29 if not os.path.exists(ANDROID_NDK_DIR): 30 print("""Could not find hermetic Android NDK installation. 31 Please run: 'tools/install-build-deps --android'""") [all …]
|
/external/vulkan-validation-layers/build-android/ |
D | update_external_sources_android.bat | 2 REM Update source for glslang, spirv-tools, and shaderc 13 REM http://www.apache.org/licenses/LICENSE-2.0 29 for %%X in (where.exe) do (set FOUND=%%~$PATH:X) 41 echo Git for Windows can be downloaded here: https://git-scm.com/download/win 42 echo Install and ensure git.exe makes it into your PATH 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 59 echo Creating and/or updating glslang, spirv-tools, spirv-headers, shaderc, vulkan-headers, vulkan-… [all …]
|
/external/libultrahdr/.github/workflows/ |
D | cmake_android.yml | 1 name: Build CI - Android 8 runs-on: ${{ matrix.os }} 11 fail-fast: true 13 os: [ubuntu-latest] 14 abi: [armeabi-v7a, arm64-v8a, x86, x86_64] 17 - name: Checkout the repository 20 - name: Set up JDK 17 21 uses: actions/setup-java@v3 23 java-version: '17' 26 - name: Download and Setup the Android NDK [all …]
|
/external/libvpx/test/android/ |
D | README | 3 ./libvpx/configure --target=armv7-android-gcc --enable-external-build \ 4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \ 5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \ 6 --disable-examples --disable-runtime-cpu-detect 8 2) From the parent directory, invoke ndk-build: 9 NDK_PROJECT_PATH=. ndk-build APP_BUILD_SCRIPT=./libvpx/test/android/Android.mk \ 10 APP_ABI=armeabi-v7a APP_PLATFORM=android-18 APP_OPTIM=release \ 13 Note: Both adb and ndk-build are available at: 15 https://developer.android.com/ndk/downloads 18 python get_files.py -i /path/to/test-data.sha1 -o /path/to/put/files \ [all …]
|
/external/rust/crabbyavif/ |
D | Cargo.toml | 2 "sys/aom-sys", 3 "sys/dav1d-sys", 4 "sys/libyuv-sys", 5 "sys/libgav1-sys", 6 "sys/ndk-sys", 10 name = "crabby-avif" 15 crate-type = ["rlib", "cdylib"] 19 ndk-sys = { version = "0.1.0", path = "sys/ndk-sys", optional = true } 20 dav1d-sys = { version = "0.1.0", path = "sys/dav1d-sys", optional = true } 21 libgav1-sys = { version = "0.1.0", path = "sys/libgav1-sys", optional = true } [all …]
|
12345678910>>...18