Home | History | Annotate | Download | only in i686-linux-glibc2.7-4.4.3

Lines Matching refs:NDK

24 # You will need a working NDK install or working directory (which is used
27 # Define the NDK variable in your environment before calling this script,
30 # export NDK=/path/to/ndk
73 # Location of the Android NDK
74 if [ -z "$NDK" ] ; then
75 echo "ERROR: Please define the NDK variable to point to a valid"
76 echo " NDK directory (installation or git repository)."
81 NDK_DOWNLOAD_TOOLCHAIN_SOURCES_SH="$NDK/build/tools/download-toolchain-sources.sh"
84 echo "Your NDK variable probably points to an invalid directory!"