Searched refs:LEVEL (Results 1 – 3 of 3) sorted by relevance
198 for LEVEL in $API_LEVELS; do199 if [ "$LEVEL" -gt "$PLATFORM" ]; then202 log "Copying android-$LEVEL platform files"204 SDIR="$SRCDIR/android-$LEVEL"
997 echo $LEVEL1007 echo "platforms/android-$LEVEL/arch-$1"
54 local LEVEL55 LEVEL=${1##android-} # remove initial 'android-'56 TOOLCHAINDIR=$ROOTDIR/toolchain-$LEVEL