Searched +full:- +full:dandroid_native_api_level (Results 1 – 4 of 4) sorted by relevance
8 # http://www.apache.org/licenses/LICENSE-2.019 set -e21 set -x24 SRC=$PWD/github/SPIRV-Tools25 TARGET_ARCH="armeabi-v7a with NEON"26 export ANDROID_NDK=/opt/android-ndk-r15c29 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip30 unzip -q ninja-linux.zip32 git clone --depth=1 https://github.com/taka-no-me/android-cmake.git android-cmake33 export TOOLCHAIN_PATH=$PWD/android-cmake/android.toolchain.cmake[all …]
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 …]
6 BoringSSL into another project with a pre-existing build system, see25 * Building with [Ninja](https://ninja-build.org/) instead of Make is36 Recent versions of GCC (4.8+) and Clang should work on non-Windows53 cmake -GNinja ..67 Note that the default build flags in the top-level `CMakeLists.txt` are for68 debugging—optimisation isn't enabled. Pass `-DCMAKE_BUILD_TYPE=Release` to71 If you want to cross-compile then there is an example toolchain file for 32-bit75 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja ..77 If you want to build as a shared library, pass `-DBUILD_SHARED_LIBS=1`. On82 In order to serve environments where code-size is important as well as those[all …]