Searched refs:ndk (Results 1 – 25 of 151) sorted by relevance
1234567
/third_party/mesa3d/.gitlab-ci/container/debian/ |
D | android_build.sh | 14 ndk=android-ndk-r21d 15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip 16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 17 rm $ndk.zip 20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/ 22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f 24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 27 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 28 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk aarch64-linux-android arm armv8 [all …]
|
/third_party/node/deps/openssl/openssl/Configurations/ |
D | 15-android.conf | 26 my $ndk; 29 $ndk = $ENV{$ndk_var}; 30 last if defined $ndk; 32 die "\$ANDROID_NDK_ROOT is not defined" if (!$ndk); 33 my $is_standalone_toolchain = -f "$ndk/AndroidVersion.txt"; 34 my $ndk_src_props = "$ndk/source.properties"; 37 die "\$ANDROID_NDK_ROOT=$ndk is invalid"; 39 $ndk = canonpath($ndk); 63 $sysroot = "$ndk/sysroot"; 75 if (-d "$ndk/platforms") { [all …]
|
/third_party/openssl/Configurations/ |
D | 15-android.conf | 26 my $ndk; 29 $ndk = $ENV{$ndk_var}; 30 last if defined $ndk; 32 die "\$ANDROID_NDK_ROOT is not defined" if (!$ndk); 33 my $is_standalone_toolchain = -f "$ndk/AndroidVersion.txt"; 34 my $ndk_src_props = "$ndk/source.properties"; 37 die "\$ANDROID_NDK_ROOT=$ndk is invalid"; 39 $ndk = canonpath($ndk); 63 $sysroot = "$ndk/sysroot"; 75 if (-d "$ndk/platforms") { [all …]
|
/third_party/musl/porting/linux/user/config/ |
D | ld-musl-namespace-x86_64.ini | 5 added.nslist = ndk 6 namespace.ndk.lib.paths = /system/lib64/ndk:/system/lib/ndk 9 namespace.default.inherits = ndk 10 namespace.default.inherit.ndk.shared.libs = allow_all_shared_libs 11 namespace.ndk.inherits = default 12 namespace.ndk.inherit.default.shared.libs = allow_all_shared_libs
|
D | ld-musl-namespace-arm.ini | 5 added.nslist = ndk 6 namespace.ndk.lib.paths = /system/lib/ndk 9 namespace.default.inherits = ndk 10 namespace.default.inherit.ndk.shared.libs = allow_all_shared_libs 11 namespace.ndk.inherits = default 12 namespace.ndk.inherit.default.shared.libs = allow_all_shared_libs
|
D | ld-musl-namespace-aarch64.ini | 5 added.nslist = ndk 6 namespace.ndk.lib.paths = /system/lib64/ndk 9 namespace.default.inherits = ndk 10 namespace.default.inherit.ndk.shared.libs = allow_all_shared_libs 11 namespace.ndk.inherits = default 12 namespace.ndk.inherit.default.shared.libs = allow_all_shared_libs
|
D | ld-musl-namespace-arm-test.ini | 10 …added.nslist=ndk,ns_no_allowed_libs,ns_normal,ns_wrong_lib_path,ns_wrong_allowed_path,for_inherit_… 12 namespace.ndk.lib.paths = /system/lib/ndk 13 namespace.default.inherits = ndk 14 namespace.default.inherit.ndk.shared.libs = allow_all_shared_libs 15 namespace.ndk.inherits = default 16 namespace.ndk.inherit.default.shared.libs = allow_all_shared_libs
|
D | ld-musl-namespace-aarch64-test.ini | 10 …added.nslist=ndk,ns_no_allowed_libs,ns_normal,ns_wrong_lib_path,ns_wrong_allowed_path,for_inherit_… 12 namespace.ndk.lib.paths = /system/lib64/ndk 13 namespace.default.inherits = ndk 14 namespace.default.inherit.ndk.shared.libs = allow_all_shared_libs 15 namespace.ndk.inherits = default 16 namespace.ndk.inherit.default.shared.libs = allow_all_shared_libs
|
D | ld-musl-namespace-x86_64-test.ini | 10 …added.nslist=ndk,ns_no_allowed_libs,ns_normal,ns_wrong_lib_path,ns_wrong_allowed_path,for_inherit_… 12 namespace.ndk.lib.paths = /system/lib/ndk 13 namespace.default.inherits = ndk 14 namespace.default.inherit.ndk.shared.libs = allow_all_shared_libs 15 namespace.ndk.inherits = default 16 namespace.ndk.inherit.default.shared.libs = allow_all_shared_libs
|
/third_party/musl/ndk-test/ |
D | README.md | 25 ├── ndk-test 26 │ ├── CMakeLists.txt # ndk-test通过cmake构建的起点 27 │ ├── build.py # 编译ndk-test的脚本 66 # 子目录ndk-test 77 4. 若以上步骤执行成功,脚本会产生一个REPORT和REPORT-SANITIZE文件,来分别记录ndk-test和sanitize测试案例运行的结果
|
D | README.en.md | 25 ├── ndk-test 26 │ ├── CMakeLists.txt # Starting point for ndk-test build via cmake 27 │ ├── build.py # Script to compile ndk-test 66 # subdirectory ndk-test 77 …te a REPORT and REPORT-SANITIZE files to record the results of running the ndk-test and sanitize t…
|
/third_party/jsframework/ |
D | gen_snapshot.sh | 16 …./../../libs/android_libs/ndk/libcxx/linux_x86:./../../libs/android_libs/ndk/libcxx/linux_x86_64:.…
|
/third_party/musl/ndk-test/script/ |
D | runtest.sh | 3 cd /data/ndk-test 20 /data/ndk-test/libc-test/common/runtest -w '' /data/ndk-test/libc-test/$file >> REPORT
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build-docker.sh | 163 using ndk-r21d 183 using ndk-r21d 188 echo $(date): Starting ndk-build ... 189 $ANDROID_NDK_HOME/ndk-build \ 196 echo $(date): ndk-build completed.
|
/third_party/spirv-tools/kokoro/scripts/linux/ |
D | build-docker.sh | 163 using ndk-r21d 183 using ndk-r21d 188 echo $(date): Starting ndk-build ... 189 $ANDROID_NDK_HOME/ndk-build \ 196 echo $(date): ndk-build completed.
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/ |
D | build-docker.sh | 163 using ndk-r21d 183 using ndk-r21d 188 echo $(date): Starting ndk-build ... 189 $ANDROID_NDK_HOME/ndk-build \ 196 echo $(date): ndk-build completed.
|
/third_party/rust/crates/libc/ci/docker/x86_64-linux-android/ |
D | Dockerfile | 15 COPY android-install-ndk.sh /android/ 16 RUN sh /android/android-install-ndk.sh $ANDROID_ARCH 23 ENV PATH=$PATH:/rust/bin:/android/ndk-$ANDROID_ARCH/bin \
|
/third_party/musl/ndk_script/adapter/ |
D | BUILD.gn | 16 import("//build/ohos/ndk/ndk.gni") 21 ndk_description_file = "./libc.ndk.json"
|
/third_party/openSLES/ |
D | BUILD.gn | 14 import("//build/ohos/ndk/ndk.gni") 36 ndk_description_file = "./openSLES.ndk.json"
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
D | ndk-stl-config.cmake | 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")
|
/third_party/glslang/kokoro/android-ndk-build/ |
D | build-docker.sh | 42 using ndk-r21d 48 ndk-build -j
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/ |
D | build.sh | 32 cp $ROOT_DIR/build/libwpa_client.so $1/ndk/sysroot/usr/lib 33 cp $ROOT_DIR/build/libwpa.so $1/ndk/sysroot/usr/lib 34 cp $ROOT_DIR/src/common/wpa_ctrl.h $1/ndk/sysroot/usr/include
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | build.sh | 32 cp $ROOT_DIR/build/libwpa_client.so $1/ndk/sysroot/usr/lib 33 cp $ROOT_DIR/build/libwpa.so $1/ndk/sysroot/usr/lib 34 cp $ROOT_DIR/src/common/wpa_ctrl.h $1/ndk/sysroot/usr/include
|
/third_party/skia/third_party/native_app_glue/ |
D | BUILD.gn | 12 public_include_dirs = [ "$ndk/sources/android/native_app_glue" ] 14 sources = [ "$ndk/sources/android/native_app_glue/android_native_app_glue.c" ]
|
/third_party/zlib/ |
D | BUILD.gn | 4 import("//build/ohos/ndk/ndk.gni") 114 ndk_description_file = "./zlib.ndk.json"
|
1234567