Lines Matching refs:PLATFORM
59 PLATFORM=
61 do_platform () { PLATFORM=$1; }
129 if [ -z "$PLATFORM" ]; then
131 arm) PLATFORM=android-3
134 PLATFORM=android-9
138 PLATFORM=android-9
141 log "Auto-config: --platform=$PLATFORM"
144 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; then
145 echo "Invalid platform name: $PLATFORM"
165 echo "Platform $PLATFORM doesn't have any files for this architecture: $ARCH_INC"
172 SRC_SYSROOT_INC="$NDK_DIR/platforms/$PLATFORM/arch-$ARCH_INC/usr/include"
173 SRC_SYSROOT_LIB="$NDK_DIR/platforms/$PLATFORM/arch-$ARCH/usr/lib"
175 echo "No platform files ($PLATFORM) for this architecture: $ARCH"
269 …e.py --sysroot=`dirname $0`/../sysroot --abi='$TARGET_ABI' --platform='$PLATFORM' --file $output $…
289 …native.py --sysroot=%~dp0\\..\\sysroot --abi='$TARGET_ABI' --platform='$PLATFORM' --file %output% …