OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK
(Results
1 - 25
of
114
) sorted by null
1
2
3
4
5
/ndk/tests/build/import-static/
build.sh
8
$
NDK
/
ndk
-build "$@"
/ndk/tests/build/multi-module-path/
build.sh
7
$
NDK
/
ndk
-build "$@"
/ndk/tests/build/ndk-build-unit-tests/
build.sh
1
# This is used to check that the internal unit tests of
ndk
-build
5
$
NDK
/
ndk
-build NDK_UNIT_TESTS=1 clean
/ndk/tests/build/absolute-src-file-paths/
build.sh
6
echo $
NDK
/
ndk
-build "$@" FOO_PATH="$CUR_DIR/src"
7
$
NDK
/
ndk
-build "$@" FOO_PATH="$CUR_DIR/src"
/ndk/tests/build/libc_no_atexit/
build.sh
4
LIBRARIES=$(cd $
NDK
&& find platforms -name "libc.so" | sed -e 's!^!'$
NDK
'/!')
12
echo "ERROR: $
NDK
/$LIB exposes 'atexit'!" >&2
17
echo "ERROR: $
NDK
/$LIB exposes '__dso_handle'!" >&2
23
echo "ERROR: Did not find any libc.so in $
NDK
/platforms!"
/development/ndk/tests/
run-all.sh
13
if [ -z "$
NDK
" ] ; then
14
echo "ERROR: Please define
NDK
in your environment to point to the root of your
NDK
install."
18
if [ ! -d "$
NDK
" ] ; then
19
echo "ERROR: Your
NDK
variable does not point to a directory: $
NDK
"
23
if [ ! -f "$
NDK
/
ndk
-build" -o ! -f "$
NDK
/build/core/
ndk
-common.sh" ] ; the
[
all
...]
/ndk/tests/build/warn-bad-modules/
build.sh
4
BUILD_OUTPUT=$($
NDK
/
ndk
-build "$@" 2>&1)
/ndk/tests/build/warn-no-ldflags-in-static-libraries/
build.sh
4
BUILD_OUTPUT=$($
NDK
/
ndk
-build "$@" 2>&1)
/ndk/tests/build/warn-no-ldlibs-in-static-libraries/
build.sh
4
BUILD_OUTPUT=$($
NDK
/
ndk
-build "$@" 2>&1)
/ndk/tests/build/warn-no-modules/
build.sh
4
BUILD_OUTPUT=$($
NDK
/
ndk
-build "$@" 2>&1)
/ndk/tests/build/warn-non-system-libs-in-linker-flags/
build.sh
4
BUILD_OUTPUT=$($
NDK
/
ndk
-build "$@" 2>&1)
/ndk/tests/build/warn-thin-archive-is-for-static-libraries/
build.sh
4
BUILD_OUTPUT=$($
NDK
/
ndk
-build "$@" 2>&1)
/ndk/tests/build/warn-noabi/
build.sh
5
export ANDROID_NDK_ROOT=$
NDK
7
NDK_BUILDTOOLS_PATH=$
NDK
/build/tools
8
. $
NDK
/build/tools/prebuilt-common.sh
36
ARM_GPP=$
NDK
/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM/bin/arm-linux-androideabi-g++${HOST_EXE}
38
ARM_GPP=$
NDK
/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM64/bin/arm-linux-androideabi-g++${HOST_EXE}
/external/libyuv/
public.mk
3
# Note that dependencies on
NDK
are not directly listed since
NDK
auto adds
/ndk/tests/build/no-installable-modules/
build.sh
2
# or executables),
ndk
-build will automatically build static library
4
$
NDK
/
ndk
-build "$@"
/ndk/tests/build/ndk-out/
build.sh
4
$
NDK
/
ndk
-build "$@"
6
echo "FAILURE: 'obj' directory should not be created by
ndk
-build!"
10
echo "FAILURE: 'output-dir' should have been created by
ndk
-build!"
/ndk/tests/build/prebuilt-copy/
build.sh
46
$
NDK
/
ndk
-build -C "$PREBUILTS_DIR"
49
$
NDK
/
ndk
-build -C "$PREBUILTS_DIR" APP_ABI="$APP_ABI"
60
PREBUILTS_DIR=$PREBUILTS_DIR $
NDK
/
ndk
-build -C "$PROGDIR"
63
PREBUILTS_DIR=$PREBUILTS_DIR $
NDK
/
ndk
-build -C "$PROGDIR" APP_ABI="$APP_ABI"
101
echo "Found $FAILURES failures! Please fix
ndk
-build!"
/ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh
4
# armeabi-v7a prebuilt binaries distributed with the
NDK
were
219
GABIXX_LIBS=$
NDK
/sources/cxx-stl/gabi++/libs/armeabi-v7a
224
STLPORT_LIBS=$
NDK
/sources/cxx-stl/stlport/libs/armeabi-v7a
229
. $
NDK
/build/tools/dev-defaults.sh
232
GNUSTL_LIBS=$
NDK
/sources/cxx-stl/gnu-libstdc++/$VERSION/libs/armeabi-v7a
/ndk/tests/build/merge-string-literals/
build.sh
24
$
NDK
/
ndk
-build -C "$PROGDIR" "$@"
27
$
NDK
/
ndk
-build -C "$PROGDIR" "$@" APP_ABI="$APP_ABI"
32
# from $
NDK
/toolchains because MacOSX doesn't have that by default.
36
make --no-print-dir -f $
NDK
/build/core/build-local.mk DUMP_$1 | tail -1
38
make --no-print-dir -f $
NDK
/build/core/build-local.mk DUMP_$1 APP_ABI="$APP_ABI" | tail -1
/ndk/
GNUmakefile
23
$(error,The Android
NDK
requires GNU Make 3.81 or higher to run !)
26
# Find the
NDK
root installation path, should be this file's location.
32
$(info,The Android
NDK
installation path contains spaces: '$(NDK_ROOT)')
ndk-gdb-py.cmd
2
rem This is a Windows cmd.exe script used to invoke the
NDK
-specific Python executable
/ndk/tests/
run-tests-all.sh
4
NDK
=`cd $PROGDIR/.. && pwd`
5
NDK_BUILDTOOLS_PATH=$
NDK
/build/tools
6
. $NDK_BUILDTOOLS_PATH/
ndk
-common.sh
51
if [ -d "$
NDK
/toolchains/arm-linux-androideabi-4.6/prebuilt/$HOST_TAG" ] ; then
52
if [ -d "$
NDK
/toolchains/arm-linux-androideabi-4.6/prebuilt/$HOST_TAG32" ] ; then
64
if [ -d "$
NDK
/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64" ] ; then
65
if [ -d "$
NDK
/toolchains/arm-linux-androideabi-4.6/prebuilt/windows" ] ; then
107
if [ "$SYSTEM" = "linux-x86" -a -d "$
NDK
/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64" ] ; then
115
if [ "$SYSTEM" = "linux-x86" -a -d "$
NDK
/toolchains/arm-linux-androideabi-4.6/prebuilt/windows" ] ; then
143
echo ${STANDALONE_TMPDIR}/android-
ndk
-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL
[
all
...]
/ndk/build/tools/
build-docs.sh
21
DEFAULT_OUT_DIR=/tmp/
ndk
-$USER/docs
31
Rebuild the
NDK
html documentation from the Markdown input source files
32
in \$
NDK
/docs/text. See \$
NDK
/docs/tools/README for the input file format.
43
register_option "--in-dir=<path>" do_in_dir "Specify input directory" "\$
NDK
/docs/text"
55
# Path to a Markdown filter program that is used to perform a few
NDK
-specific
59
SUBST_PROGRAM=$ANDROID_NDK_ROOT/docs/tools/
ndk
-markdown-substitutions.py
build-gdb-stub.sh
14
$0 --gdb-executable-path=\$
NDK
/toolchains/arm-linux-androideabi-4.8/prebuilt/windows/bin/arm-linux-androideabi-gdb.exe \\
15
--python-prefix-dir=\$
NDK
/prebuilt/windows \\
/ndk/tests/build/mips-fp4/
build.sh
3
$
NDK
/
ndk
-build -B "$@"
Completed in 169 milliseconds
1
2
3
4
5