Home
last modified time | relevance | path

Searched refs:PLATFORMS (Results 1 – 3 of 3) sorted by relevance

/ndk/build/tools/
Dgen-platforms.sh65 PLATFORMS=`extract_platforms_from "$SRCDIR"`
157 echo " --platform=<list> List of API levels [$PLATFORMS]"
189 PLATFORMS=$(commas_to_spaces $OPTION_PLATFORM)
192 PLATFORMS=`extract_platforms_from "$SRCDIR"`
193 log "Using platforms: $PLATFORMS"
197 PLATFORMS=$(echo $PLATFORMS | tr ' ' '\n' | sed -e 's!^android-!!g' | tr '\n' ' ')
230 for PLATFORM in $PLATFORMS; do
246 for PLATFORM in $PLATFORMS; do
656 for PLATFORM in $PLATFORMS; do
689 for OLD_PLATFORM in $PLATFORMS; do
[all …]
Ddev-system-import.sh135 PLATFORMS=`normalize_platforms $PARAMETERS`
136 log "Target platform levels: $PLATFORMS"
140 NUM_PLATFORMS=$(echo $PLATFORMS | tr ' ' '\n' | wc -l)
167 PLATFORM_ROOT="$OUT_DIR/platforms/android-$PLATFORMS/arch-$ARCH"
171 echo "$PLATFORMS" | tr ' ' '\n' | fgrep -q "$1"
Dpackage-release.sh34 PLATFORMS="$API_LEVELS"
67 register_var_option "--platforms=<list>" PLATFORMS "Specify API levels"
362 FLAGS="$FLAGS --platform=$(spaces_to_commas $PLATFORMS)"