Home
last modified time | relevance | path

Searched refs:NDK (Results 1 – 25 of 127) sorted by relevance

123456

/external/toolchain-utils/binary_search_tool/ndk/
DREADME2 This is an example bisection for an NDK build system. This example specifically
3 bisects the sample NDK Teapot app. All steps (setup and otherwise) for bisection
5 required to bisect a compiler problem in an arbitrary NDK app build system.
9 1. Install the NDK (known to work with r12b)
10 a. See here for NDK: https://developer.android.com/ndk/index.html
11 b. Go here for older NDK downloads: https://github.com/android-ndk/ndk/wiki
15 a. Essentially you must go into the NDK source (or where you build system
19 b. If you're using the toolchains that come with the NDK they live at:
/external/google-breakpad/android/sample_app/
DREADME9 $NDK/ndk-build
11 Where $NDK points to a valid Android NDK installation.
/external/honggfuzz/docs/
DAndroid.md3 Honggfuzz (as of version 0.6) supports Android OS (NDK cross-compilation) using
11 * [Android NDK](https://developer.android.com/ndk/index.html): User has to
12 manually install NDK and set environment PATH
20 | **Android NDK** | r16 with Android API 24 (Nougat 7.0) |
118 | **ANDROID_CLANG** | true, false (default: true) | Android NDK compiler toolchain to use |
/external/libcxx/
Dlit.site.cfg9 ndk = os.getenv('NDK')
11 sys.exit('The environment variable NDK must point to an NDK toolchain.')
/external/iperf3/
Dandroidconfigure6 if [ ! -d "$NDK" ]; then
18 TOOLCHAIN=${NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/
/external/libusb/android/
DREADME9 1. Download the latest NDK from:
12 2. Extract the NDK.
14 3. Open a shell and make sure there exist an NDK global variable
15 set to the directory where you extracted the NDK.
19 5. Run "$NDK/ndk-build".
/external/skqp/infra/skqp/docker/
DREADME.md4 Docker files to ease working with the Android SDK/NDK and SKQP.
9 This image has an Android emulator, the Android SDK and NDK installed on it.
15 # This will pause after the "Accept? (y/N)" prompt as it installs the NDK;
/external/skia/infra/skqp/docker/
DREADME.md4 Docker files to ease working with the Android SDK/NDK and SKQP.
9 This image has an Android emulator, the Android SDK and NDK installed on it.
15 # This will pause after the "Accept? (y/N)" prompt as it installs the NDK;
/external/capstone/
Dmake.sh26 if [ -z "$NDK" ]; then
54 TOOLCHAIN="$NDK/toolchains/$CROSS$GCCVER/prebuilt/$HOSTOS-$HOSTARCH"
55 PLATFORM="$NDK/platforms/$APILEVEL/arch-$TARGARCH"
/external/ImageMagick/
Dandroidconfigure6 if [ ! -d "$NDK" ]; then
18 TOOLCHAIN=${NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/
/external/llvm/cmake/platforms/
DAndroid.cmake1 # Toolchain config for Android NDK.
3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DAndroid.cmake1 # Toolchain config for Android NDK.
3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.android23 # Android SDK and NDK root directory workaround. For details see
43 # Install Android NDK.
48 # Workaround for b/117156972: inject missing #include into NDK versions of
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dandroid.md41 * Make sure the Android SDK version is greater than 26 and NDK version is greater
81 ### Install Android NDK and SDK
83 The Android NDK is required to build the native (C/C++) TensorFlow Lite code. The
85 [NDK Archives](https://developer.android.com/ndk/downloads/older_releases.html#ndk-14b-downloads)
96 `api_level` and location of the SDK and NDK. If you installed it with
97 Android Studio, the SDK path can be found in the SDK manager. The default NDK
/external/tensorflow/tensorflow/lite/java/demo/
DREADME.md30 to add SDK and NDK targets.
32 NOTE: As long as you have the SDK and NDK installed, the `./configure`
39 the NDK to `~/Android/Sdk/ndk-bundle`.
/external/tensorflow/tensorflow/lite/examples/android/app/
DREADME.md31 to add SDK and NDK targets.
33 NOTE: As long as you have the SDK and NDK installed, the `./configure`
40 the NDK to `~/Android/Sdk/ndk-bundle`.
/external/vulkan-validation-layers/build-android/cmake/
DREADME.md16 Extra Steps if building from NDK's source tree
37 from NDK or github repo clone, and would configure the file paths accordingly
/external/tensorflow/tensorflow/examples/android/
DREADME.md117 the Android NDK and SDK must be installed on your system.
121 2. The Android NDK is required to build the native (C/C++) TensorFlow code. The
133 NOTE: As long as you have the SDK and NDK installed, the `./configure` script
139 with the paths filled in appropriately depending on where you installed the NDK
145 API level of the demo, which is defined in AndroidManifest.xml). The NDK API
179 After editing your WORKSPACE file to update the SDK/NDK configuration, you may
207 NDK).
/external/zlib/
Dlibz.map.txt1 # This file is copied from src/zlib.map and annotated with comments for the NDK
98 # These were all exposed by the old NDK stub library. Unclear if they still
DAndroid.bp94 // The NDK never updated the zlib headers when the platform updated, so until we
95 // solve this the NDK will continue shipping the old headers.
/external/vulkan-headers/
DAndroid.bp15 // This module defines which headers are included in the NDK sysroot during
16 // the NDK build process.
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.md4 and set Android NDK or configure NDK setting in
/external/deqp/targets/android/
Dndk-modern.cmake21 # Delegate most things to the NDK's cmake toolchain script
38 # I don't know why this doesn't affect simpler projects that use the NDK
/external/googletest/googletest/
DAndroid.bp33 // NDK libraries.
35 // STLs we support in the NDK since the user's app might use any of them.
/external/perfetto/docs/
Dbuild-instructions.md89 - Android's NDK r15c (using NDK's libcxx)
119 On Android, by default it uses clang from the NDK (in `buildtools/ndk`).

123456