OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK_DIR
(Results
1 - 11
of
11
) sorted by null
/ndk/build/tools/
make-standalone-toolchain.sh
37
NDK_DIR
=`dirname $0`
38
NDK_DIR
=`dirname $
NDK_DIR
`
39
NDK_DIR
=`dirname $
NDK_DIR
`
40
register_var_option "--ndk-dir=<path>"
NDK_DIR
"Take source files from NDK at <path>"
57
# Check
NDK_DIR
58
if [ ! -d "$
NDK_DIR
/build/core" ] ; then
59
echo "Invalid source NDK directory: $
NDK_DIR
"
98
if [ ! -d "$
NDK_DIR
/platforms/$PLATFORM" ] ; the
[
all
...]
build-gabi++.sh
47
NDK_DIR
=
48
register_var_option "--ndk-dir=<path>"
NDK_DIR
"Specify NDK root path for the build."
69
# Handle
NDK_DIR
70
if [ -z "$
NDK_DIR
" ] ; then
71
NDK_DIR
=$ANDROID_NDK_ROOT
72
log "Auto-config: --ndk-dir=$
NDK_DIR
"
74
if [ ! -d "$
NDK_DIR
" ] ; then
75
echo "ERROR: NDK directory does not exists: $
NDK_DIR
"
122
DSTDIR=$
NDK_DIR
/$GABIXX_SUBDIR/libs/$ABI
157
pack_archive "$PACKAGE" "$
NDK_DIR
" "$FILES
[
all
...]
build-stlport.sh
47
NDK_DIR
=
48
register_var_option "--ndk-dir=<path>"
NDK_DIR
"Specify NDK root path for the build."
69
# Handle
NDK_DIR
70
if [ -z "$
NDK_DIR
" ] ; then
71
NDK_DIR
=$ANDROID_NDK_ROOT
72
log "Auto-config: --ndk-dir=$
NDK_DIR
"
74
if [ ! -d "$
NDK_DIR
" ] ; then
75
echo "ERROR: NDK directory does not exists: $
NDK_DIR
"
155
DSTDIR=$
NDK_DIR
/$STLPORT_SUBDIR/libs/$ABI
198
pack_archive "$PACKAGE" "$
NDK_DIR
" "$FILES
[
all
...]
build-ccache.sh
60
NDK_DIR
=$1
61
if [ -z "$
NDK_DIR
" ] ; then
66
mkdir -p $
NDK_DIR
68
echo "ERROR: Could not create NDK target directory: $
NDK_DIR
"
111
PREBUILT_DIR=$
NDK_DIR
/build/prebuilt/$HOST_TAG/ccache
copy-libstdcxx.sh
35
NDK_DIR
="$ANDROID_NDK_ROOT"
36
register_var_option "--ndk-dir=<path>"
NDK_DIR
"Source NDK installation."
58
NDK_DIR
="$2"
82
if [ -z "$
NDK_DIR
" ] ; then
87
if [ ! -d "$
NDK_DIR
" ] ; then
88
echo "ERROR: Not a valid directory: $
NDK_DIR
"
92
log "Using NDK directory: $
NDK_DIR
"
107
OUT_DIR="$
NDK_DIR
/$GNUSTL_SUBDIR"
build-gnu-libstdc++.sh
49
NDK_DIR
=
50
register_var_option "--ndk-dir=<path>"
NDK_DIR
"Specify NDK root path for the build."
93
# Handle
NDK_DIR
94
if [ -z "$
NDK_DIR
" ] ; then
95
NDK_DIR
=$ANDROID_NDK_ROOT
96
log "Auto-config: --ndk-dir=$
NDK_DIR
"
98
if [ ! -d "$
NDK_DIR
" ] ; then
99
echo "ERROR: NDK directory does not exists: $
NDK_DIR
"
120
prepare_target_build $ABI $PLATFORM $
NDK_DIR
125
DSTDIR=$
NDK_DIR
/$GNUSTL_SUBDIR/libs/$AB
[
all
...]
rebuild-all-prebuilt.sh
28
NDK_DIR
=
29
register_var_option "--ndk-dir=<path>"
NDK_DIR
"Don't package, copy binaries to target NDK directory"
93
if [ -n "$PACKAGE_DIR" -a -n "$
NDK_DIR
" ] ; then
98
if [ -z "$
NDK_DIR
" ] ; then
101
NDK_DIR
=$BUILD_DIR/install
102
mkdir -p $
NDK_DIR
104
if [ ! -d "$
NDK_DIR
" ] ; then
105
echo "ERROR: NDK directory does not exists: $
NDK_DIR
"
225
# $3: relative root path from $
NDK_DIR
232
(cd $
NDK_DIR
&& tar cjf $PREBUILT_PACKAGE $3
[
all
...]
builder-funcs.sh
324
if [ -z "$
NDK_DIR
" ]; then
325
panic "
NDK_DIR
is not defined!"
326
elif [ ! -d "$
NDK_DIR
/platforms" ]; then
327
panic "Missing directory: $
NDK_DIR
/platforms"
332
SYSROOT=$
NDK_DIR
/platforms/android-$PLATFORM/arch-$ARCH
334
BINPREFIX=$
NDK_DIR
/$(get_default_toolchain_binprefix_for_arch $ARCH)
335
SYSROOT=$
NDK_DIR
/$(get_default_platform_sysroot_for_arch $ARCH)
build-gdbserver.sh
70
NDK_DIR
="$2"
95
if [ -z "$
NDK_DIR
" ] ; then
100
if [ ! -d "$
NDK_DIR
" ] ; then
101
echo "ERROR: NDK directory does not exist: $
NDK_DIR
"
105
log "Using NDK directory: $
NDK_DIR
"
120
check_toolchain_install $
NDK_DIR
$TOOLCHAIN
build-gcc.sh
69
NDK_DIR
="$2"
88
if [ -z "$
NDK_DIR
" ] ; then
93
if [ ! -d "$
NDK_DIR
" ] ; then
94
mkdir -p $
NDK_DIR
96
echo "ERROR: Could not create target NDK installation path: $
NDK_DIR
"
101
log "Using NDK directory: $
NDK_DIR
"
139
set_toolchain_ndk $
NDK_DIR
$TOOLCHAIN
prebuilt-common.sh
508
check_sysroot $
NDK_DIR
/platforms $SYSROOT_SUFFIX
991
echo "ERROR: Toolchain '$2' not installed in '$
NDK_DIR
'!"
Completed in 921 milliseconds