Lines Matching refs:toolchain
46 # standalone NDK toolchain from the NDK, and getting the right arguments to
50 # the box, since the android-cmake toolchain is not yet updated to for it.
70 # toolchain selects locations under your *source* tree for the final library
94 # android-cmake toolchain appears to support it.
97 # the extra stand-alone toolchain. Also test with other NDK versions and add
100 MAKE_ANDROID_TOOLCHAIN=$ANDROID_NDK/build/tools/make-standalone-toolchain.sh
121 # Make a standalone Android NDK toolchain if needed.
122 export ANDROID_STANDALONE_TOOLCHAIN="`pwd`/toolchain"
124 echo "Extracting the Android GCC standalone toolchain to:"
126 $ANDROID_NDK/build/tools/make-standalone-toolchain.sh \
130 echo "Found NDK standalone toolchain; skipping creation."
133 # Get the Android CMake NDK toolchain file if needed.
137 echo "Found Android-CMake toolchain; skipping download."
140 ANDROID_CMAKE_TOOLCHAIN=android-cmake/toolchain/android.toolchain.cmake
142 echo "ERROR: It seems the toolchain file is missing:"