Home
last modified time | relevance | path

Searched +full:setup +full:- +full:ndk (Results 1 – 25 of 145) sorted by relevance

123456

/external/libultrahdr/.github/workflows/
Dcmake_android.yml1 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/rust/crabbyavif/.github/workflows/
Dandroid-mediacodec.yml5 - 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/zstd/.github/workflows/
Dandroid-ndk-build.yml1 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/executorch/backends/mediatek/scripts/
DREADME.md3 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…
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_…
32 - `mtk_neuron-8.2.2-py3-none-linux_x86_64.whl`: This library converts the model to binaries.
[all …]
/external/cpuinfo/.github/workflows/
Dbuild.yml6 - main
12 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
13 cancel-in-progress: true
15 cmake-linux-local:
16 runs-on: ubuntu-latest
17 timeout-minutes: 40
19 - uses: actions/checkout@v2
20 - name: Update apt
22 - name: Install ninja
23 run: sudo apt install ninja-build
[all …]
/external/executorch/backends/mediatek/
DREADME.md2 …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…
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…
38 - `mtk_converter-8.8.0.dev20240723+public.d1467db9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_…
[all …]
/external/toolchain-utils/binary_search_tool/ndk/
DREADME.md1 # NDK Bisection tool
3 This is an example bisection for an NDK build system. This example specifically
4 bisects the sample NDK Teapot app. All steps (setup and otherwise) for bisection
6 process required to bisect a compiler problem in an arbitrary NDK app build
9 There are three necessary setup steps to run this example:
11 1. Install the NDK (known to work with r12b)
13 1. See here for NDK: https://developer.android.com/ndk/index.html
14 2. Go here for older NDK downloads: https://github.com/android-ndk/ndk/wiki
19 1. Essentially you must go into the NDK source (or where you build system
24 2. If you're using the toolchains that come with the NDK they live at:
[all …]
DDO_BISECTION.sh5 # This is an example script to show users the steps for bisecting an NDK
7 # the NDK as a sample app.
13 # Setup:
14 # 1. Install NDK (make sure it is in your PATH)
25 if [[ -d Teapot ]]; then
26 rm -rf Teapot
30 tar -xzf Teapot.tar.gz
32 # Apply small setup patch. This patch makes a small change to the build system
35 # (This patch file was generated with git, -p1 will remove the a/ and b/)
36 patch -p1 -i PATCH1
[all …]
/external/XNNPACK/.github/workflows/
Dbuild.yml4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
5 cancel-in-progress: true
7 cmake-linux-local:
8 runs-on: ubuntu-latest
9 timeout-minutes: 40
11 - uses: actions/checkout@v2
12 - name: Update apt
14 - name: Install ninja
15 run: sudo apt install ninja-build
16 - name: Configure and build
[all …]
/external/armnn/shim/
DBuildGuideShimSupportLibrary.md1 # 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
20 * Detailed setup can be found in [BuildGuideAndroidNDK.md](../BuildGuideAndroidNDK.md)
[all …]
/external/armnn/
DBuildGuideAndroidNDK.md1 # How to use the Android NDK to build Arm NN
3 - [Introduction](#introduction)
4 - [Initial Setup](#initial-setup)
5 - [Download the Android NDK and make a standalone toolchain](#download-the-android-ndk-and-make-a-s…
6 - [Install Cmake](#install-cmake)
7 - [Build Flatbuffers](#build-flatbuffers)
8 - [Download Arm NN](#download-arm-nn)
9 - [Get And Build TFLite](#get-and-build-tflite)
10 - [Build Arm Compute Library](#build-arm-compute-library)
11 - [Build Arm NN](#build-arm-nn)
[all …]
/external/pytorch/.github/workflows/
D_run_android_tests.yml1 name: android-tests
6 test-matrix:
14 shell: bash -e -l {0}
19 runs-on: [self-hosted, linux.large]
21 test-matrix: ${{ steps.filter.outputs.test-matrix }}
22 is-test-matrix-empty: ${{ steps.filter.outputs.is-test-matrix-empty }}
23 keep-going: ${{ steps.filter.outputs.keep-going }}
25 - name: Checkout PyTorch
26 uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.4
28 fetch-depth: 1
[all …]
/external/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -x
20 apt-get install -y --no-remove "${EPHEMERAL[@]}"
22 # Fetch the NDK and extract just the toolchain we want.
23 ndk=$ANDROID_NDK
24 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
25 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip
26 unzip -d / $ndk.zip "$ndk/source.properties" "$ndk/build/cmake/*" "$ndk/toolchains/llvm/*"
[all …]
Dx86_64_test-android.sh6 # .gitlab-ci/image-tags.yml tags:
9 set -e
11 . .gitlab-ci/setup-test-env.sh
13 set -o xtrace
19 build-essential:native
22 config-package-dev
23 debhelper-compat
24 dpkg-dev
25 ninja-build
33 apt-get install -y --no-remove --no-install-recommends \
[all …]
/external/openthread/.github/workflows/
Dbuild.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
49 runs-on: ubuntu-24.04
51 - name: Harden Runner
52 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
56 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
[all …]
/external/pigweed/targets/android/
Dtarget_docs.rst1 .. _target-android:
3 -------
5 -------
7 Native Development Kit (NDK).
13 Setup chapter
15 You must first download and unpack a copy of the `Android NDK`_ and let Pigweed
19 .. _Android NDK: https://developer.android.com/ndk
25 To build for this Pigweed target, simply build the top-level "android" Ninja
28 .. code-block:: console
30 $ gn gen out --args="
[all …]
/external/f2fs-tools/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/sg3_utils/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/
Dxnnpack_README.md5 2. Building and linking libraries that are required to inference on-device for Android platform.
11 * Install [Java 17 JDK](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.htm…
12 …s://developer.android.com/about/versions/15/setup-sdk) and [Android NDK r27b](https://github.com/a…
13 …tutorial has only been validated with arm64-v8a [ABI](https://developer.android.com/ndk/guides/abi…
15 …* Android Studio Settings -> Language & Frameworks -> Android SDK -> SDK Platforms -> Check the ro…
16 …* Android Studio Settings -> Language & Frameworks -> Android SDK -> SDK Tools -> Check NDK (Side …
17 …85b9344c8b0bf220a97976140a5b76356aa/examples/demo-apps/android/LlamaDemo/SDK.md) to set up Java/SD…
21 ## Setup ExecuTorch
26 conda create -yn executorch python=3.10.0
35 git submodule update --init
[all …]
/external/executorch/docs/source/
Druntime-build-and-cross-compilation.md5 … Ninja or Xcode. For information, see [cmake-generators(7)](https://cmake.org/cmake/help/latest/ma…
12 - `libexecutorch_core.a`: The core of the ExecuTorch runtime. Does not contain any
14 - `libportable_kernels.a`: The implementations of ATen-compatible operators,
16 - `libportable_ops_lib.a`: Generated code that registers the contents
18 - NOTE: This must be linked into your application with a flag like
19 `-Wl,-force_load` or `-Wl,--whole-archive`. It contains load-time functions
22 - `executor_runner`: An example tool that runs a `.pte` program file using all
27 ## One-time setup to prepare for CMake Build
32 - Run `pip install tomli`
34 - Run `conda install cmake` or `pip install cmake`.
[all …]
/external/executorch/examples/demo-apps/android/LlamaDemo/
DSDK-quick-setup-guide.md1 # 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
31 export JAVA_HOME="$DEV_HOME"/jdk-17.0.10
36 export JAVA_HOME="$DEV_HOME"/jdk-17.0.10.jdk/Contents/Home
41 …oracle.com/en/java/javase/17/install/installation-jdk-linux-platforms.html#GUID-4A6BD592-1840-4BB4
[all …]
/external/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.bat2 REM Update source for glslang, spirv-tools, and shaderc
13 REM http://www.apache.org/licenses/LICENSE-2.0
41 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
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-
61 set build-shaderc=1
65 py -3 ../scripts/update_deps.py --no-build --dir %BASE_DIR% --known_good_dir %BUILD_DIR%
[all …]
/external/python/cpython3/kokoro/
Dkokoro_build.sh2 set -e
10 if [ "$(uname)" == "Linux" -a "$SKIP_DOCKER" == "" ]; then
11 docker build -t ndk-python3 $python_src/kokoro
13 docker run -v$top:$top -eKOKORO_BUILD_ID -eSKIP_DOCKER \
14 --entrypoint $python_src/kokoro/kokoro_build.sh \
15 ndk-python3
23 # The Kokoro big-sur builder has some extra x86-64 libraries installed in
30 if echo "$brew_all_pkgs" | grep -q "^${name}\(@\|$\)"; then
34 if [ -n "$brew_pkgs" ]; then
36 if [ -n "$KOKORO_ARTIFACTS_DIR" ]; then
[all …]
/external/pigweed/pw_android_toolchain/
Ddocs.rst1 .. _module-pw_android_toolchain:
3 --------------------
5 --------------------
6 .. pigweed-module::
15 Setup chapter
17 You must first download and unpack a copy of the `Android NDK`_ and let Pigweed
21 .. _Android NDK: https://developer.android.com/ndk
28 Pigweed against an Android NDK. The following toolchains are defined:
30 - arm_android_debug
31 - arm_android_size_optimized
[all …]
/external/cronet/tot/build/android/
Dadb_gdb4 # 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 …]

123456