Lines Matching refs:PLATFORM
54 PLATFORM=
56 do_platform () { PLATFORM=$1; }
93 if [ -z "$PLATFORM" ]; then
95 arm) PLATFORM=android-3
98 PLATFORM=android-9
102 PLATFORM=android-9
105 log "Auto-config: --platform=$PLATFORM"
108 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; then
109 echo "Invalid platform name: $PLATFORM"
129 echo "Platform $PLATFORM doesn't have any files for this architecture: $ARCH"
136 SRC_SYSROOT="$NDK_DIR/platforms/$PLATFORM/arch-$ARCH"
138 echo "No platform files ($PLATFORM) for this architecture: $ARCH"