Home
last modified time | relevance | path

Searched +full:- +full:dandroid_native_api_level (Results 1 – 8 of 8) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_android/test/ejdb2/
Dbuild.gradle17 arguments "-DCMAKE_BUILD_TYPE=Release",
18 "-DBUILD_JNI_BINDING=ON",
19 "-DENABLE_HTTP=OFF",
20 "-DBUILD_EXAMPLES=OFF",
21 "-DCMAKE_TOOLCHAIN_FILE=$ndkDirectory/build/cmake/android.toolchain.cmake",
22 "-DANDROID_ABI=$props.abiName",
23 "-DANDROID_PLATFORM=android-21",
24 "-DANDROID_NATIVE_API_LEVEL=21"
64 androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2"
/third_party/ejdb/src/bindings/ejdb2_android/
DCMakeLists.txt5 message(FATAL_ERROR "Missing required ANDROID_NDK_HOME option/env. Use -DANDROID_NDK_HOME=...")
17 COMMAND ${CMAKE_COMMAND} -E remove_directory ${ANDROID_BUILD_DIR}
18 COMMAND ${CMAKE_COMMAND} -E make_directory ${ANDROID_BUILD_DIR}
19 COMMAND ${CMAKE_COMMAND} -G ${CMAKE_GENERATOR} -S ${CMAKE_SOURCE_DIR}
20 -B ${ANDROID_BUILD_DIR}
21 -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
22 -DBUILD_JNI_BINDING=ON
23 -DENABLE_HTTP=OFF
24 -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake
25 -DANDROID_ABI=${AABI}
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/
D.travis.yml6 - linux
7 - osx
18 - BUILD_TYPE=Release
19 - BUILD_TYPE=Debug
22 - clang
23 - gcc
29 - env: BUILD_NDK=ON
32 - os: osx
43 - master
46 - if [[ "$BUILD_NDK" == "ON" ]]; then
[all …]
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml13 - master
17 runs-on: ${{matrix.os}}
19 fail-fast: false
21 os: [ubuntu-20.04]
25 - uses: actions/checkout@v2
26 - uses: actions/setup-python@v2
28 python-version: '3.7'
29 - name: Install Ubuntu Package Dependencies
31 sudo apt-get -qq update
32 sudo apt-get install -y clang-6.0
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/
Ddocker.sh9 # https://www.apache.org/licenses/LICENSE-2.0
17 set -e # Fail on any error.
19 function show_cmds { set -x; }
32 git submodule update --init
35 using gcc-9 # Always update gcc so we get a newer standard library.
38 using cmake-3.17.2
41 BUILD_DIR=/tmp/marl-build
45 COMMON_CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=${BUILD_TYPE}"
46 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_EXAMPLES=1"
47 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_TESTS=1"
[all …]
/third_party/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
26 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
26 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd
[all …]
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
26 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd
[all …]