Searched refs:PLATFORM (Results 1 – 15 of 15) sorted by relevance
54 PLATFORM=android-$(echo $API_LEVELS | tr ' ' '\n' | tail -1)55 register_var_option "--platform=<level>" PLATFORM "Target API level"109 PLATFORM=${PLATFORM##android-}110 if [ ! -d "$SRCDIR/android-$PLATFORM" ]; then111 echo "ERROR: Platform directory doesn't exist: $SRCDIR/android-$PLATFORM"114 log "Using platform: $PLATFORM"198 if [ "$LEVEL" -gt "$PLATFORM" ]; then204 DDIR="$DSTDIR/android-$PLATFORM"
62 for PLATFORM in $API_LEVELS; do63 SDIR=$SRCDIR/android-$PLATFORM72 for PLATFORM in $API_LEVELS; do73 SDIR=$SRCDIR/android-$PLATFORM74 DDIR=$DSTDIR/android-$PLATFORM113 PREV_PLATFORM=$PLATFORM
57 for PLATFORM in $API_LEVELS; do58 dump "Expanding files for android-$PLATFORM"59 …$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(…60 fail_panic "Could not expand android-$PLATFORM files!"
222 for PLATFORM in $PLATFORMS; do223 DIR="$SRCDIR/platforms/android-$PLATFORM"238 for PLATFORM in $PLATFORMS; do240 DIR="$SRCDIR/platforms/android-$PLATFORM/arch-$ARCH"638 for PLATFORM in $PLATFORMS; do639 echo "## Generating platform: $PLATFORM"640 PLATFORM_DST=platforms/android-$PLATFORM # Relative to $DSTDIR652 log "Populating \$DST/platforms/android-$PLATFORM/arch-$ARCH"672 if [ "$OLD_PLATFORM" = "$PLATFORM" ]; then685 if [ "$PLATFORM" = "$FIRST_API64_LEVEL" ]; then[all …]
60 PLATFORM=63 PLATFORM=$1;64 if [ "$PLATFORM" = "android-L" ]; then66 PLATFORM=android-21146 if [ -z "$PLATFORM" ] ; then148 arm) PLATFORM=android-3151 PLATFORM=android-9154 PLATFORM=android-$FIRST_API64_LEVEL159 echo "Auto-config: --platform=$PLATFORM"162 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; then[all …]
25 PLATFORM=27 do_platform () { PLATFORM=$1; }130 if [ -z "$PLATFORM" ]; then131 PLATFORM=$(awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP)137 if [ -z "$PLATFORM" ]; then141 log "Auto-config: --platform=$PLATFORM"148 PLATFORM=${PLATFORM##android-}150 PLATFORM_ROOT=$OUT_DIR/android-$PLATFORM/arch-$ARCH172 [ "$PLATFORM" -ge "$1" ]
34 PLATFORM=android-380 echo " --platform=<name> generate sysroot for platform <name> (default is $PLATFORM)"89 PLATFORM=$OPTION_PLATFORM130 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI131 COMMON_ROOT=$NDK_ROOT/build/platforms/$PLATFORM/common294 tar cjf $PKGFILE build/platforms/$PLATFORM/arch-$ARCH
38 PLATFORM=940 PLATFORM=`awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP`43 PLATFORM=944 dump "Defaulting to $PLATFORM"64 NOTE: The currently auto-detected API level for your build is $PLATFORM,237 PLATFORM=${PLATFORM##android-}238 PLATFORM=android-$PLATFORM
133 PLATFORM="android-$LATEST_API_LEVEL"180 dump "Configure: $TOOLCHAIN gdbserver-$GDBVER build with $PLATFORM"
138 $DEVNDK/platforms/android-$PLATFORM141 Contains all files that are specific to a given API level `$PLATFORM`, that were148 $DEVNDK/platforms/android-$PLATFORM/include154 $DEVNDK/platforms/android-$PLATFORM/arch-$ARCH157 Contains all files that are specific to a given $PLATFORM level and a specific160 $DEVNDK/platforms/android-$PLATFORM/arch-$ARCH/include165 $DEVNDK/platforms/android-$PLATFORM/arch-$ARCH/lib175 $DEVNDK/platforms/android-$PLATFORM/arch-$ARCH/symbols203 that, unlike $DEVNDK/platforms/android-$PLATFORM, the204 $NDK/platforms/android-$PLATFORM will contain _all_ the files that are specific[all …]
549 if [ -z "$PLATFORM" ]; then552 SYSROOT=$PREBUILT_NDK/platforms/$PLATFORM/arch-$ARCH
616 SYSROOT_SUFFIX=$PLATFORM/arch-$ARCH
24 $(call ndk_log,PLATFORM $(_platform) supports: $(_abis))
377 PLATFORM="android-"$(get_default_api_level_for_arch $ARCH)378 SYSROOT=$NDK_ROOT/platforms/$PLATFORM/arch-$ARCH
137 prepare_target_build $ABI $PLATFORM $NDK_DIR