Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/kokoro/android/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
24 SRC=$PWD/github/SPIRV-Tools
25 TARGET_ARCH="armeabi-v7a with NEON"
26 export ANDROID_NDK=/opt/android-ndk-r15c
29 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
30 unzip -q ninja-linux.zip
32 git clone --depth=1 https://github.com/taka-no-me/android-cmake.git android-cmake
33 export TOOLCHAIN_PATH=$PWD/android-cmake/android.toolchain.cmake
[all …]
/external/deqp-deps/SPIRV-Tools/kokoro/android/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
24 SRC=$PWD/github/SPIRV-Tools
25 TARGET_ARCH="armeabi-v7a with NEON"
26 export ANDROID_NDK=/opt/android-ndk-r15c
29 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip
30 unzip -q ninja-linux.zip
32 git clone --depth=1 https://github.com/taka-no-me/android-cmake.git android-cmake
33 export TOOLCHAIN_PATH=$PWD/android-cmake/android.toolchain.cmake
[all …]
/external/deqp-deps/glslang/
D.travis.yml6 - linux
7 - osx
15- secure: aGFrgzyKp+84hKrGkxVWg8cHV61uqrKEHT38gfSQK6+WS4GfLOyH83p7WnsEBb7AMhzU7LMNFdvOFr6+NaMpVnqR…
17 - GLSLANG_BUILD_TYPE=Release
18 - GLSLANG_BUILD_TYPE=Debug
21 - clang
22 - gcc
28 - os: osx
32 - env: BUILD_NDK=ON
39 - master
[all …]
/external/boringssl/src/
DBUILDING.md6 BoringSSL into another project with a pre-existing build system, see
25 * Building with [Ninja](https://ninja-build.org/) instead of Make is
36 Recent versions of GCC (4.8+) and Clang should work on non-Windows
53 cmake -GNinja ..
67 Note that the default build flags in the top-level `CMakeLists.txt` are for
68 debugging—optimisation isn't enabled. Pass `-DCMAKE_BUILD_TYPE=Release` to
71 If you want to cross-compile then there is an example toolchain file for 32-bit
75 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`. On
82 In order to serve environments where code-size is important as well as those
[all …]