Lines Matching refs:API
24 # that is relevant to API level N, and not contain anything that is already
25 # provided by API level N-1, N-2, etc..
150 echo " --platform=<list> List of API levels [$PLATFORMS]"
501 local API=$1
522 log "Generating platform $API crtbrand assembly code: $CRTBRAND_S"
523 (cd "$COMMON_SRC_DIR" && mkdir -p `dirname $CRTBRAND_S` && $CC -DPLATFORM_SDK_VERSION=$API -fpic -S -o - crtbrand.c | \
560 -DPLATFORM_SDK_VERSION=$API \
578 local API=$1
580 local HEADER="platforms/android-$API/arch-$ARCH/usr/include/android/api-level.h"
614 #define __ANDROID_API__ $API
645 # because x86 and MIPS don't have files for API levels 3-8.