OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLATFORMS
(Results
1 - 5
of
5
) sorted by null
/ndk/build/tools/
build-platforms.sh
17
# build-
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).
41
# Return the list of platform supported from $1/
platforms
47
(cd "$1/
platforms
" && ls -d android-*) | sed -e "s!android-!!" | tr '\n' ' '
57
PLATFORMS
=`extract_platforms_from "$SRCDIR"`
120
echo " --platform=<list> List of API levels [$
PLATFORMS
]"
134
if [ ! -d "$SRCDIR/
platforms
/android-3" ] ; then
136
echo "Please make sure it contains
platforms
/android-3 etc..."
145
PLATFORMS
=$(commas_to_spaces $OPTION_PLATFORM
[
all
...]
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).
41
# Return the list of platform supported from $1/
platforms
47
(cd "$1/
platforms
" && ls -d android-*) | sed -e "s!android-!!" | sort -g | tr '\n' ' '
57
PLATFORMS
=`extract_platforms_from "$SRCDIR"`
128
echo " --platform=<list> List of API levels [$
PLATFORMS
]"
133
echo " --package-dir=<path> Package
platforms
archive in specific path."
148
if [ ! -d "$SRCDIR/
platforms
/android-3" ] ; then
150
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"
package-release.sh
30
# the list of
platforms
/ API levels we want to package in
31
# this release. This can be overriden with the --
platforms
34
PLATFORMS
="$API_LEVELS"
66
# set of
platforms
to package (all by default)
67
register_var_option "--
platforms
=<list>"
PLATFORMS
"Specify API levels"
78
# Find the location of the
platforms
root directory
80
register_var_option "--development-root=<path>" DEVELOPMENT_ROOT "Specify
platforms
/samples directory"
245
unpack_archive "$PREBUILT_DIR/
platforms
.tar.bz2" "$REFERENCE" &&
260
FLAGS="$FLAGS --platform=$(spaces_to_commas $
PLATFORMS
)"
[
all
...]
/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
[@]}"
Completed in 170 milliseconds