HomeSort by relevance Sort by last modified time
    Searched refs:PLATFORMS (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
detect.mk 69 # Find all auto-detectable platforms.
71 PLATFORMS := $(notdir $(subst /detect.mk,,$(wildcard $(BUILD_CONFIG)/*/detect.mk)))
72 .PHONY: $(PLATFORMS) ansi
76 PLATFORM := $(firstword $(filter $(MAKECMDGOALS),$(PLATFORMS)))
107 # std_setup: defined for most (i.e. Unix-like) platforms
108 # dos_setup: defined for Dos-ish platforms like Dos, Windows & OS/2
  /development/build/tools/
patch_windows_sdk.sh 59 PLATFORMS=( $TEMP_SDK_DIR/platforms/* )
60 if [[ ${#PLATFORMS[@]} != 1 ]]; then
61 echo "Error: Too many platforms found in $TEMP_SDK_DIR"
62 echo "Expected one. Instead, found: ${PLATFORMS[@]}"
  /ndk/build/tools/
gen-platforms.sh 17 # gen-platforms.sh
20 # the NDK itself. It will populate DST ($NDK/platforms by default)
21 # with the content of SRC ($NDK/../development/ndk/platforms/ by default).
42 # Return the list of platform supported from $1/platforms
48 (cd "$1/platforms" && ls -d android-*) | sed -e "s!android-!!" | sort -g | tr '\n' ' '
63 PLATFORMS=`extract_platforms_from "$SRCDIR"`
150 echo " --platform=<list> List of API levels [$PLATFORMS]"
154 echo " --package-dir=<path> Package platforms archive in specific path."
170 if [ ! -d "$SRCDIR/platforms/android-3" ] ; then
172 echo "Please make sure it contains platforms/android-3 etc...
    [all...]
dev-system-import.sh 92 only the files under \$ANDROID_ROOT/development/ndk/platforms/android-<level>/
135 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"
176 PLATFORM_ROOT="$OUT_DIR/platforms/android-$1/arch-$ARCH"
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 194 >DOWNLOAD FOR OTHER PLATFORMS</a></h4>

Completed in 3086 milliseconds