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
130
) sorted by null
1
2
3
4
5
6
/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
export ANDROID_NDK_ROOT=$
NDK
6
NDK_BUILDTOOLS_PATH=$
NDK
/build/tools
7
. $
NDK
/build/tools/prebuilt-common.sh
12
LIB=$(cd $
NDK
&& find platforms -name "libc.so" | sed -e 's!^!'$
NDK
'/!' | grep arch-$ARCH)
23
echo "ERROR: $
NDK
/$LIB exposes 'atexit'!" >&2
28
echo "ERROR: $
NDK
/$LIB exposes '__dso_handle'!" >&2
34
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)
/external/libyuv/files/
public.mk
3
# Note that dependencies on
NDK
are not directly listed since
NDK
auto adds
/external/libyuv/
public.mk
3
# Note that dependencies on
NDK
are not directly listed since
NDK
auto adds
/ndk/tests/build/issue81440-non-ascii-comment/
build.sh
5
result=$(NDK_TOOLCHAIN_VERSION=clang $
NDK
/
ndk
-build -B APP_ABI=armeabi 2>&1)
/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/import-install/
build.sh
8
$
NDK
/
ndk
-build "$@"
22
ANDROID_NDK_ROOT=$
NDK
23
NDK_BUILDTOOLS_PATH=$
NDK
/build/tools
/ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh
4
# armeabi-v7a prebuilt binaries distributed with the
NDK
were
219
export ANDROID_NDK_ROOT=$
NDK
221
NDK_BUILDTOOLS_PATH=$
NDK
/build/tools
222
. $
NDK
/build/tools/prebuilt-common.sh
255
ARM_READELF=$
NDK
/toolchains/$ARM_TOOLCHAIN_NAME/prebuilt/$HOST_TAG/bin/${ARM_TOOLCHAIN_PREFIX}-readelf
264
STLPORT_LIBS=$
NDK
/sources/cxx-stl/stlport/libs/$ABI
270
GNUSTL_LIBS=$
NDK
/sources/cxx-stl/gnu-libstdc++/4.9/libs/$ABI
/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!"
/external/skia/platform_tools/android/bin/utils/
setup_toolchain.sh
39
NDK
=r10e
47
TOOLCHAIN=$ANDROID_ARCH-$
NDK
-$API
55
curl -o $
NDK
.bin https://dl.google.com/android/
ndk
/android-
ndk
-$
NDK
-$HOST-x86_64.bin
56
chmod +x $
NDK
.bin
57
./$
NDK
.bin -y
58
./android-
ndk
-$
NDK
/build/tools/make-standalone-toolchain.sh
[
all
...]
/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/sources/cxx-stl/llvm-libc++/libcxx/
ndk-test.sh
3
if [ -z "$
NDK
" ]; then
4
>&2 echo "Error: $$
NDK
must be set in your environment."
49
LIBCXX_DIR=$
NDK
/sources/cxx-stl/llvm-libc++/libcxx
52
$LIBCXX_DIR/test/lit.
ndk
.cfg.in > $LIBCXX_DIR/test/lit.site.cfg
/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/tests/build/issue17144-byteswap/
build.sh
24
$
NDK
/
ndk
-build -B APP_ABI=armeabi-v7a APP_CFLAGS=-save-temps NDK_DEBUG=1
34
$
NDK
/
ndk
-build -B APP_ABI=x86 APP_CFLAGS=-save-temps NDK_DEBUG=1
46
$
NDK
/
ndk
-build -B APP_ABI=mips APP_CFLAGS="-save-temps -mips32r2" NDK_DEBUG=1
Completed in 932 milliseconds
1
2
3
4
5
6