Lines Matching refs:PLATFORM
53 PLATFORM=
55 do_platform () { PLATFORM=$1; }
102 if [ -z "$PLATFORM" ]; then
104 arm) PLATFORM=android-3
107 PLATFORM=android-9
111 PLATFORM=android-9
114 log "Auto-config: --platform=$PLATFORM"
117 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; then
118 echo "Invalid platform name: $PLATFORM"
138 echo "Platform $PLATFORM doesn't have any files for this architecture: $ARCH"
145 SRC_SYSROOT="$NDK_DIR/platforms/$PLATFORM/arch-$ARCH"
147 echo "No platform files ($PLATFORM) for this architecture: $ARCH"