Searched refs:ndk (Results 1 – 25 of 206) sorted by relevance
123456789
13 ndk=android-ndk-r21d14 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip15 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"16 rm $ndk.zip19 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/21 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f23 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_6426 sh .gitlab-ci/create-android-cross-file.sh /$ndk i686-linux-android x86 x8627 sh .gitlab-ci/create-android-cross-file.sh /$ndk aarch64-linux-android arm armv8[all …]
7 ndk=${1}8 if [[ "$ndk" == "" ]]; then21 if [[ ! -d ${ndk} ]]; then22 echo "NDK directory ${ndk} does not exist."25 toolchain=${ndk}/toolchains/llvm/prebuilt/linux-x86_6427 echo "NDK ${ndk} cannot find toolchain directory."
85 --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 \
24 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.zip29 RUN yes | sdkmanager ndk-bundle "lldb;3.1" "cmake;3.6.4111459"40 ENV ANDROID_NDK=/root/android-ndk-r20
24 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.zip29 RUN yes | sdkmanager ndk-bundle "lldb;3.1" "cmake;3.6.4111459"40 ENV ANDROID_NDK=/root/android-ndk-r18
22 ENV ANDROID_NDK_FILENAME android-ndk-r18b-linux-x86_64.zip24 ENV ANDROID_NDK_HOME ${ANDROID_DEV_HOME}/ndk30 bash -c "ln -s ${ANDROID_DEV_HOME}/android-ndk-* ${ANDROID_NDK_HOME}"32 # Make android ndk executable to all users.
8 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
9 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/")
152 using ndk-r21d172 using ndk-r21d177 echo $(date): Starting ndk-build ...178 $ANDROID_NDK_HOME/ndk-build \185 echo $(date): ndk-build completed.
42 using ndk-r21d48 ndk-build -j
45 ENV ANDROID_NDK_FILENAME android-ndk-r18b-linux-x86_64.zip47 ENV ANDROID_NDK_HOME ${ANDROID_DEV_HOME}/ndk53 bash -c "ln -s ${ANDROID_DEV_HOME}/android-ndk-* ${ANDROID_NDK_HOME}"55 # Make android ndk executable to all users.
5 # 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")
58 add_executable(ndk-compat-test ndk-compat-test.c)59 target_link_libraries(ndk-compat-test PRIVATE ndk_compat)
3 ./android-ndk-${NDK_VERSION}/ndk-build
3 curl -L https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-linux-x86_64.zip -O4 unzip android-ndk-${NDK_VERSION}-linux-x86_64.zip 2> /dev/null > /dev/null
46 where /q ndk-build.cmd49 echo ndk-build.cmd not found50 echo Android NDK can be downloaded here: http://developer.android.com/ndk/guides/setup.html51 echo Install and ensure ndk-build.cmd makes it into your PATH98 …call ndk-build NDK_APPLICATION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_pa…
12 public_include_dirs = [ "$ndk/sources/android/native_app_glue" ]15 "$ndk/sources/android/native_app_glue/android_native_app_glue.c",
12 public_include_dirs = [ "$ndk/sources/android/native_app_glue" ]14 sources = [ "$ndk/sources/android/native_app_glue/android_native_app_glue.c" ]
12 public_include_dirs = [ "$ndk/sources/android/cpufeatures" ]15 "$ndk/sources/android/cpufeatures/cpu-features.c",
17 ndk-build NDK_APPLICATION_MK=Application.mk20 ndk-build NDK_APPLICATION_MK=Application.mk clean
12 public_include_dirs = [ "$ndk/sources/android/cpufeatures" ]14 sources = [ "$ndk/sources/android/cpufeatures/cpu-features.c" ]
5 ## --use-symbol-table=true is used by old asan_symbolize.py and Android ndk6 ## ndk-stack.py. Keep it as a no-op compatibility option for a while.
18 I.1. Building with ndk-build:21 If you're using the ndk-build build system, you can follow27 This can be done either directly, or using ndk-build's66 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.
5 NDK_HOME ?= $(HOME)/tools/android-ndk-r13b10 $(NDK_HOME)/ndk-build