Lines Matching refs:android

34 #  See home page: https://github.com/taka-no-me/android-cmake
37 # $ export ANDROID_NDK=/absolute/path/to/the/android-ndk
39 # $ cmake -DCMAKE_TOOLCHAIN_FILE=path/to/the/android.toolchain.cmake ..
48 # $ SET ANDROID_NDK=C:\absolute\path\to\the\android-ndk
51 # -DCMAKE_TOOLCHAIN_FILE=path\to\the\android.toolchain.cmake
57 # ANDROID_NDK=/opt/android-ndk - path to the NDK root.
81 # ANDROID_NATIVE_API_LEVEL=android-8 - level of Android API compile for.
83 # Note: building for "android-L" requires explicit configuration.
89 # * aarch64-linux-android-4.9
90 # * aarch64-linux-android-clang3.4
91 # * aarch64-linux-android-clang3.5
97 # * mips64el-linux-android-4.9
98 # * mips64el-linux-android-clang3.4
99 # * mips64el-linux-android-clang3.5
100 # * mipsel-linux-android-4.6
101 # * mipsel-linux-android-4.8
102 # * mipsel-linux-android-4.9
103 # * mipsel-linux-android-clang3.4
104 # * mipsel-linux-android-clang3.5
163 # android-cmake toolchain searches for NDK/toolchain in the following order:
204 include( "${CMAKE_CURRENT_SOURCE_DIR}/../android.toolchain.config.cmake" OPTIONAL )
233 set( ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH /opt/android-toolchain )
346 …message( FATAL_ERROR "Android NDK and android-cmake toolchain are not welcome Cygwin. It is unlike…
397 list( APPEND __ndkSearchPaths "${__ndkSearchPath}/android-ndk${suffix}" )
451 export ANDROID_NDK=~/my-android-ndk
453 export ANDROID_STANDALONE_TOOLCHAIN=~/my-android-toolchain
455 sudo ln -s ~/my-android-ndk ${ANDROID_NDK_SEARCH_PATH}/android-ndk
456 sudo ln -s ~/my-android-toolchain ${ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH}" )
459 # android NDK layout
506 …ORTED_NATIVE_API_LEVELS "${ANDROID_STANDALONE_TOOLCHAIN}/sysroot/usr/include/android/api-level.h" )
585 …PORTED_NATIVE_API_LEVELS RELATIVE "${ANDROID_NDK}/platforms" "${ANDROID_NDK}/platforms/android-*" )
586 …string( REPLACE "android-" "" ANDROID_SUPPORTED_NATIVE_API_LEVELS "${ANDROID_SUPPORTED_NATIVE_API_…
653 set( ANDROID_LLVM_TRIPLE "i686-none-linux-android" )
661 set( ANDROID_LLVM_TRIPLE "x86_64-none-linux-android" )
666 set( ANDROID_LLVM_TRIPLE "mips64el-none-linux-android" )
672 set( ANDROID_LLVM_TRIPLE "mipsel-none-linux-android" )
678 set( ANDROID_LLVM_TRIPLE "aarch64-none-linux-android" )
786 string( REPLACE "android-" "" ANDROID_NATIVE_API_LEVEL "${ANDROID_NATIVE_API_LEVEL}" )
796 …message( STATUS "Adjusting Android API level 'android-${ANDROID_NATIVE_API_LEVEL}' to 'android-${_…
803 …message( SEND_ERROR "Specified Android native API level 'android-${ANDROID_NATIVE_API_LEVEL}' is n…
806 …lApiLevel "${ANDROID_NDK}/platforms/android-${ANDROID_NATIVE_API_LEVEL}/arch-${ANDROID_ARCH_NAME}/…
878 See https://android.googlesource.com/platform/development.git f907f4f9d4e56ccc8093df6fee54454b8bcab…
879 …diff --git a/ndk/platforms/android-9/arch-x86/include/machine/_types.h b/ndk/platforms/android-9/a…
881 --- a/ndk/platforms/android-9/arch-x86/include/machine/_types.h
882 +++ b/ndk/platforms/android-9/arch-x86/include/machine/_types.h
979 …set( ANDROID_SYSROOT "${ANDROID_NDK}/platforms/android-${ANDROID_NATIVE_API_LEVEL}/arch-${ANDROID_…
1247 …set( ANDROID_CXX_FLAGS "${ANDROID_CXX_FLAGS} -no-canonical-prefixes" ) # see https://android-revie…
1380 … R_ARM_THM_CALL relocation' error message. See https://code.google.com/p/android/issues/detail?id=…
1656 …file( WRITE "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/android.toolchain.config.cmake" "${__tool…
1725 # ANDROID_TOOLCHAIN_MACHINE_NAME : "arm-linux-androideabi", "arm-eabi" or "i686-android-linux"