Home
last modified time | relevance | path

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

/ndk/build/tools/
Dgen-platforms.sh59 PLATFORMS=`extract_platforms_from "$SRCDIR"`
151 echo " --platform=<list> List of API levels [$PLATFORMS]"
183 PLATFORMS=$(commas_to_spaces $OPTION_PLATFORM)
186 PLATFORMS=`extract_platforms_from "$SRCDIR"`
188 if [ "$PLATFORMS" != "${PLATFORMS%%L*}" ] ; then
189 PLATFORMS=`echo $PLATFORMS | tr -d 'L'`
190 PLATFORMS="$PLATFORMS L"
192 log "Using platforms: $PLATFORMS"
196 PLATFORMS=$(echo $PLATFORMS | tr ' ' '\n' | sed -e 's!^android-!!g' | tr '\n' ' ')
229 for 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)"