Home
last modified time | relevance | path

Searched refs:PLATFORM (Results 1 – 17 of 17) sorted by relevance

/ndk/build/tools/
Ddev-platform-expand.sh54 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" ]; then
111 echo "ERROR: Platform directory doesn't exist: $SRCDIR/android-$PLATFORM"
114 log "Using platform: $PLATFORM"
199 if [ "$LEVEL" -gt "$PLATFORM" ]; then
205 DDIR="$DSTDIR/android-$PLATFORM"
Ddev-platform-compress.sh62 for PLATFORM in $API_LEVELS; do
63 SDIR=$SRCDIR/android-$PLATFORM
72 for PLATFORM in $API_LEVELS; do
73 SDIR=$SRCDIR/android-$PLATFORM
74 DDIR=$DSTDIR/android-$PLATFORM
115 PREV_PLATFORM=$PLATFORM
Ddev-platform-expand-all.sh57 for PLATFORM in $API_LEVELS; do
58 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!"
Dmake-standalone-toolchain.sh53 PLATFORM=
55 do_platform () { PLATFORM=$1; }
102 if [ -z "$PLATFORM" ]; then
104 arm) PLATFORM=android-3
107 PLATFORM=android-9
111 PLATFORM=android-9
114 log "Auto-config: --platform=$PLATFORM"
117 if [ ! -d "$NDK_DIR/platforms/$PLATFORM" ] ; then
118 echo "Invalid platform name: $PLATFORM"
138 echo "Platform $PLATFORM doesn't have any files for this architecture: $ARCH"
[all …]
Ddev-platform-import.sh25 PLATFORM=
27 do_platform () { PLATFORM=$1; }
130 if [ -z "$PLATFORM" ]; then
131 PLATFORM=$(awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP)
137 if [ -z "$PLATFORM" ]; then
141 log "Auto-config: --platform=$PLATFORM"
148 PLATFORM=${PLATFORM##android-}
150 PLATFORM_ROOT=$OUT_DIR/android-$PLATFORM/arch-$ARCH
172 [ "$PLATFORM" -ge "$1" ]
Dbuild-ndk-sysroot.sh34 PLATFORM=android-3
84 echo " --platform=<name> generate sysroot for platform <name> (default is $PLATFORM)"
93 PLATFORM=$OPTION_PLATFORM
134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
135 COMMON_ROOT=$NDK_ROOT/build/platforms/$PLATFORM/common
299 tar cjf $PKGFILE build/platforms/$PLATFORM/arch-$ARCH
Dgen-platforms.sh215 for PLATFORM in $PLATFORMS; do
216 DIR="$SRCDIR/platforms/android-$PLATFORM"
231 for PLATFORM in $PLATFORMS; do
233 DIR="$SRCDIR/platforms/android-$PLATFORM/arch-$ARCH"
578 for PLATFORM in $PLATFORMS; do
579 PLATFORM_DST=platforms/android-$PLATFORM # Relative to $DSTDIR
591 log "Populating \$DST/platforms/android-$PLATFORM/arch-$ARCH"
611 if [ "$OLD_PLATFORM" -eq "$PLATFORM" ]; then
624 generate_api_level "$PLATFORM" "$ARCH" "$DSTDIR"
638 gen_crt_objects $PLATFORM $ARCH platforms/common/src $PLATFORM_SRC_ARCH $SYSROOT_DST/lib
[all …]
Ddev-system-import.sh38 PLATFORM=9
40 PLATFORM=`awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP`
43 PLATFORM=9
44 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
Dbuild-gdbserver.sh46 PLATFORM=$DEFAULT_PLATFORM
47 register_var_option "--platform=<name>" PLATFORM "Target specific platform"
DDEV-SCRIPTS-USAGE.TXT106 $DEVNDK/platforms/android-$PLATFORM, where $PLATFORM is a decimal number
107 Contains all files that are specific to a given API level $PLATFORM,
114 $DEVNDK/platforms/android-$PLATFORM/include/
118 $DEVNDK/platforms/android-$PLATFORM/arch-$ARCH/
119 Contains all files that are specific to a given $PLATFORM level and a
122 $DEVNDK/platforms/android-$PLATFORM/arch-$ARCH/include/
125 $DEVNDK/platforms/android-$PLATFORM/arch-$ARCH/lib/
133 $DEVNDK/platforms/android-$PLATFORM/arch-$ARCH/symbols/
151 $DEVNDK/platforms/android-$PLATFORM/samples/
163 This means that, unlike $DEVNDK/platforms/android-$PLATFORM, the
[all …]
Dbuild-gcc.sh39 PLATFORM=$DEFAULT_PLATFORM
40 register_var_option "--platform=<name>" PLATFORM "Specify platform name"
Dbuild-llvm.sh39 PLATFORM=$DEFAULT_PLATFORM
40 register_var_option "--platform=<name>" PLATFORM "Specify platform name"
Dbuilder-funcs.sh467 SYSROOT=$NDK_DIR/platforms/android-$PLATFORM/arch-$ARCH
Dbuild-gnu-libstdc++.sh114 prepare_target_build $ABI $PLATFORM $NDK_DIR
Dprebuilt-common.sh549 SYSROOT_SUFFIX=$PLATFORM/arch-$ARCH
/ndk/build/core/
Dadd-platform.mk24 $(call ndk_log,PLATFORM $(_platform) supports: $(_abis))
/ndk/tests/
Drun-tests.sh44 PLATFORM=""
73 PLATFORM="$optarg"
409 if [ "$PLATFORM" != "" ]; then
410 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_PLATFORM=$PLATFORM"