Searched refs:NDK (Results 1 – 25 of 126) sorted by relevance
123456
/third_party/nghttp2/doc/sources/ |
D | building-android-binary.rst | 5 `Android NDK <https://developer.android.com/ndk>`_ cross-compiler on 14 the script work, NDK directory must be set to ``NDK`` environment 15 variable. NDK directory is the directory where NDK is unpacked: 21 $ export NDK=$PWD 24 built with the same NDK toolchain and installed under 25 ``$NDK/usr/local``. We recommend to build these libraries as static 29 Although zlib comes with Android NDK, it seems not to be a part of 33 Before running ``android-config``, ``NDK`` environment variable must 47 export ANDROID_NDK_HOME=$NDK 127 $ $NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip src/nghttpx
|
/third_party/rust/crates/libc/ci/ |
D | android-install-ndk.sh | 5 NDK=android-ndk-r21d 6 wget --tries=20 -q https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip 7 unzip -q ${NDK}-linux-x86_64.zip 36 python3 ${NDK}/build/tools/make_standalone_toolchain.py \ 41 rm -rf ./${NDK}-linux-x86_64.zip ./${NDK}
|
/third_party/openssl/ |
D | NOTES-ANDROID.md | 8 NDK. It's available for Linux, macOS and Windows, but only Linux 11 suitable, MSYS2 might have best chances. NDK version should play lesser 21 longer supported with NDK R20+). 26 invoke `$(CROSS_COMPILE)clang` [`*gcc` on NDK 19 and lower] and company. 30 to point at the `NDK` directory. If you're using a side-by-side NDK the path 32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`. 34 The NDK customarily supports multiple Android API levels, e.g. `android-14`, 38 to compile for Android 10 arm64 with a side-by-side NDK r20.0.5594570 45 Older versions of the NDK have GCC under their common prebuilt tools 47 for ICS on ARM with NDK 10d: [all …]
|
/third_party/nghttp2/ |
D | android-env | 26 if [ -z "$NDK" ]; then 31 export TOOLCHAIN=$NDK/toolchains/llvm/prebuilt/linux-x86_64 40 export PREFIX=$NDK/usr/local
|
D | Dockerfile.android | 19 ENV NDK /root/android-ndk-$NDK_VERSION 20 ENV TOOLCHAIN $NDK/toolchains/llvm/prebuilt/linux-x86_64 39 # Download NDK 57 RUN export ANDROID_NDK_HOME=$NDK PATH=$TOOLCHAIN/bin:$PATH && \
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/ |
D | CMakeLists.txt | 13 # SET(NDK "") 14 #message("NDK is " ${NDK}) 61 # included in the NDK.
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/ |
D | CMakeLists.txt | 13 # SET(NDK "") 14 #message("NDK is " ${NDK}) 63 # included in the NDK.
|
/third_party/vulkan-loader/ |
D | README_OpenHarmony.md | 17 3、提供Vulkan NDK接口。 117 ## Vulkan NDK 119 在OpenHarmony上,Vulkan-Loader会提供Vulkan NDK接口,应用层软件(如:图形引擎、XComponent NAPI等)和系统层图形绘制模块(如:Skia)可以调用这些ND…
|
/third_party/flutter/skia/infra/skqp/docker/ |
D | README.md | 4 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;
|
/third_party/libwebsockets/contrib/ |
D | cross-aarch64-android.cmake | 13 set(NDK /opt/android/ndk/21.1.6352462/) variable 14 set(CROSS_SYSROOT "${NDK}/platforms/android-${ANDROID_API_VER}/arch-${ABARCH1}") 20 set(TC_PATH ${NDK}/toolchains/llvm/prebuilt/${BUILD_ARCH})
|
/third_party/ejdb/src/bindings/ejdb2_android/test/ |
D | README.md | 13 Set local android SDK/NDK path and target `arch` in `local.properties` 19 # Path to Android NDK dir
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/ |
D | CMakeLists.txt | 40 # default, you only need to specify the name of the public NDK library 46 # Specifies the name of the NDK library that 77 # included in the NDK.
|
/third_party/libwebsockets/READMEs/ |
D | README.build-android.md | 1 # Building for Android NDK 10 ## Installing NDK pieces 13 Android Studio and then run `sdkmanager` to install a recent NDK.
|
/third_party/mesa3d/docs/ |
D | android.rst | 7 Android NDK. 14 Building using the Android NDK 17 Download and install the NDK using whatever method you normally would. 143 ARC++, but it should also be possible to build using the NDK as 146 available to the NDK, assuming you're building anything but the
|
/third_party/skia/third_party/externals/spirv-tools/docs/ |
D | downloads.md | 25 ## Android NDK 28 part of the [Android NDK](https://developer.android.com/ndk/downloads).
|
/third_party/spirv-tools/docs/ |
D | downloads.md | 25 ## Android NDK 28 part of the [Android NDK](https://developer.android.com/ndk/downloads).
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/docs/ |
D | downloads.md | 25 ## Android NDK 28 part of the [Android NDK](https://developer.android.com/ndk/downloads).
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | android_sdk.dart | 111 /// The message explaining why NDK was not found. 118 /// The path to the NDK. 121 /// The path to the NDK compiler. 124 /// The mandatory arguments to the NDK compiler. 127 /// Locate NDK within the given SDK or throw [AndroidNdkSearchError]. 130 throw AndroidNdkSearchError('Can not locate NDK because no SDK is found'); 244 // Newer versions of NDK use clang instead of gcc, which falls back to 257 /// Returns a descriptive message explaining why NDK can not be found within 262 return 'Unexpected error: found NDK on the second try'; 280 /// Android NDK (can be `null`). [all …]
|
/third_party/libjpeg-turbo/ |
D | BUILDING.md | 437 [Android NDK](https://developer.android.com/tools/sdk/ndk). 442 **NDK r19 or later with Clang recommended** 448 NDK_PATH={full path to the NDK directory-- for example, 450 TOOLCHAIN={"gcc" or "clang"-- "gcc" must be used with NDK r16b and earlier, 451 and "clang" must be used with NDK r17c and later} 475 NDK_PATH={full path to the NDK directory-- for example, 477 TOOLCHAIN={"gcc" or "clang"-- "gcc" must be used with NDK r14b and earlier, 478 and "clang" must be used with NDK r17c and later} 500 NDK_PATH={full path to the NDK directory-- for example, 502 TOOLCHAIN={"gcc" or "clang"-- "gcc" must be used with NDK r14b and earlier, [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | BUILDING.md | 439 [Android NDK](https://developer.android.com/tools/sdk/ndk). 444 **NDK r19 or later with Clang recommended** 450 NDK_PATH={full path to the NDK directory-- for example, 452 TOOLCHAIN={"gcc" or "clang"-- "gcc" must be used with NDK r16b and earlier, 453 and "clang" must be used with NDK r17c and later} 477 NDK_PATH={full path to the NDK directory-- for example, 479 TOOLCHAIN={"gcc" or "clang"-- "gcc" must be used with NDK r14b and earlier, 480 and "clang" must be used with NDK r17c and later} 502 NDK_PATH={full path to the NDK directory-- for example, 504 TOOLCHAIN={"gcc" or "clang"-- "gcc" must be used with NDK r14b and earlier, [all …]
|
/third_party/ejdb/src/bindings/ejdb2_react_native/ |
D | README.md | 59 -DANDROID_NDK_HOME=<path to Android NDK> \ 70 -DANDROID_NDK_HOME=<path to Android NDK> \
|
/third_party/vk-gl-cts/targets/android/ |
D | ndk-modern.cmake | 21 # 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
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | README.md | 12 …and executed one of the Oboe examples or OboeTester. That ensures that the NDK and cmake is instal… 30 Now we need to determine the latest installed version of the NDK. Enter:
|
/third_party/libwebsockets/test-apps/android/ |
D | README | 25 Building the native libraries requires the Android NDK which can be 30 in addition to the NDK:
|
/third_party/skia/tools/skqp/ |
D | README.md | 22 - Install the [Android NDK](https://developer.android.com/ndk/downloads/). 25 ANDROID_NDK=$(ls -d ~/android-ndk-*) # Or wherever you installed the Android NDK.
|
123456