Searched +full:- +full:dandroid_native_api_level (Results 1 – 7 of 7) sorted by relevance
6 - linux7 - osx15 …- secure: aGFrgzyKp+84hKrGkxVWg8cHV61uqrKEHT38gfSQK6+WS4GfLOyH83p7WnsEBb7AMhzU7LMNFdvOFr6+NaMpVnqR…17 - GLSLANG_BUILD_TYPE=Release18 - GLSLANG_BUILD_TYPE=Debug21 - clang22 - gcc28 - os: osx32 - env: BUILD_NDK=ON39 - master[all …]
9 # https://www.apache.org/licenses/LICENSE-2.017 set -e # Fail on any error.19 function show_cmds { set -x; }32 git submodule update --init35 using gcc-9 # Always update gcc so we get a newer standard library.38 using cmake-3.17.241 BUILD_DIR=/tmp/marl-build45 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 …]
8 # http://www.apache.org/licenses/LICENSE-2.019 set -e21 set -x26 using clang-10.0.028 using gcc-936 if [[ ! -d "$dir" ]]; then43 if [[ -d "$dir" ]]; then44 rm -fr "$dir"49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=151 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd[all …]
6 BoringSSL into another project with a pre-existing build system, see24 * Building with [Ninja](https://ninja-build.org/) instead of Make is35 Recent versions of GCC (4.8+) and Clang should work on non-Windows52 cmake -GNinja ..66 Note that the default build flags in the top-level `CMakeLists.txt` are for67 debugging—optimisation isn't enabled. Pass `-DCMAKE_BUILD_TYPE=Release` to70 If you want to cross-compile then there is an example toolchain file for 32-bit74 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja ..76 If you want to build as a shared library, pass `-DBUILD_SHARED_LIBS=1`. On81 In order to serve environments where code-size is important as well as those[all …]