Home
last modified time | relevance | path

Searched refs:ndk (Results 1 – 25 of 106) sorted by relevance

12345

/ndk/build/core/
Ddefinitions-graph.mk34 -ndk-mod-debug = $(info $1)
36 -ndk-mod-debug := $(empty)
40 -ndk-topo-debug = $(info $1)
42 -ndk-topo-debug = $(empty)
52 -ndk-mod-filter = $(strip \
57 -test-ndk-mod-filter = \
59 $(call test-expect,,$(call -ndk-mod-filter,,-local-func))\
60 $(call test-expect,foo,$(call -ndk-mod-filter,foo,-local-func))\
61 $(call test-expect,foo,$(call -ndk-mod-filter,foo bar,-local-func))\
62 $(call test-expect,foo foo,$(call -ndk-mod-filter,aaa foo bar foo,-local-func))\
[all …]
Ddefinitions-tests.mk44 -ndk-test-start = \
52 -ndk-test-end = \
63 -ndk-test-log = $(info . $(_test_name): $1)
65 -ndk-test-log = $(empty)
69 $(call -ndk-test-log,expect '$2' == '$1')\
78 $(call -ndk-test-log,assert '$2' == '$1')\
89 ndk-run-all-tests = \
94 $(call -ndk-test-start,$(_test))\
96 $(call -ndk-test-end)\
/ndk/docs/text/
DNDK-STACK.text1 Android ndk-stack tool
7 This document describes the 'ndk-stack' tool that is distributed with
13 'ndk-stack' is a simple tool that allows you to filter stack traces as they
21 I/DEBUG ( 31): pid: 351, tid: 351 %gt;%gt;%gt; /data/local/ndk-tests/crasher <<<
27 I/DEBUG ( 31): #00 pc 0000841e /data/local/ndk-tests/crasher
28 I/DEBUG ( 31): #01 pc 000083fe /data/local/ndk-tests/crasher
29 I/DEBUG ( 31): #02 pc 000083f6 /data/local/ndk-tests/crasher
31 I/DEBUG ( 31): #04 pc 000083ea /data/local/ndk-tests/crasher
32 I/DEBUG ( 31): #05 pc 00008458 /data/local/ndk-tests/crasher
40 pid: 351, tid: 351 >>> /data/local/ndk-tests/crasher <<<
[all …]
DNDK-BUILD.text1 'ndk-build' Overview
7 The Android NDK r4 introduced a new tiny shell script, named 'ndk-build',
15 $NDK/ndk-build
24 All parameters to 'ndk-build' are passed directly to the underlying GNU Make
27 ndk-build --> rebuild required machine code.
28 ndk-build clean --> clean all generated binaries.
30 ndk-build NDK_DEBUG=1 --> generate debuggable native code.
32 ndk-build V=1 --> launch build, displaying build commands.
34 ndk-build -B --> force a complete rebuild.
36 ndk-build -B V=1 --> force a complete rebuild and display build
[all …]
DNDK-DEPENDS.text1 'ndk-depends' Overview
7 The `ndk-depends` tool that comes with this Android NDK allows you to dump
14 Use '`ndk-depends --help`' for complete usage information.
27 * `ndk-depends path/to/libfoo.so`
32 * `ndk-depends --print-paths path/to/libfoo.so`
36 * `ndk-depends -L some/other/path path/to/libfoo.so`
40 * `ndk-depends --print-direct path/to/libfoo.so`
44 * `ndk-depends path/to/libfoo.so --print-java`
49 * `ndk-depends path/to/libfoo.so --print-dot | dot -Tpng -o /tmp/graph.png`
53 * `ndk-depends --help`
[all …]
DNDK-GDB.text1 'ndk-gdb' and 'ndk-gdb-py' Overview
10 The Android NDK r4 introduced a helper shell script named 'ndk-gdb' to
18 $NDK/ndk-gdb
25 1. Your application is built with the 'ndk-build' script:
28 supported by ndk-gdb.
37 ndk-gdb will not work if you try to run your application on
64 'ndk-gdb' handles many error conditions and will dump an informative error
75 By default, ndk-gdb will search for an already-running application process,
80 When it successfully attaches to your application process, ndk-gdb will give
102 To see a list of options, type 'ndk-gdb --help'. Notable ones are:
[all …]
DDEVELOPMENT.text10 The sources live under the "ndk" and "development/ndk" directories in
13 - "ndk" contains the main build scripts and documentation
14 - "development/ndk" contains platform-specific headers and samples
22 git clone https://android.googlesource.com/platform/ndk.git ndk
24 export NDK=`pwd`/ndk
36 directories from the content of development/ndk.
38 What is under development/ndk is segregated by API level. This makes it
144 /tmp/android-ndk-toolchain-<date>.tar.bz2
172 /tmp/ndk-prebuilt/prebuilt-<date>/
200 could be simply /tmp/ndk-prebuilt/prebuilt-<date>)
[all …]
/ndk/
Dndk-which33 mkdir -p /tmp/ndk-which/jni
34 cat >/tmp/ndk-which/jni/Android.mk << "END_OF_FILE"
44 …NDK_PROJECT_PATH=/tmp/ndk-which $GNUMAKE --no-print-dir -f $MYNDKDIR/build/core/build-local.mk DUM…
48 rm -Rf /tmp/ndk-which
D.gitignore10 /ndk-stack*
11 /ndk-depends*
Dndk-gdb-py14 . $PROGDIR/build/tools/ndk-common.sh
17 $PROGDIR/prebuilt/$HOST_TAG/bin/python -u $PROGDIR/ndk-gdb.py "$@"
/ndk/sources/host-tools/ndk-depends/
DGNUmakefile20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-depends
21 PROGNAME := /tmp/ndk-$(USER)/ndk-depends
41 SOURCES := ndk-depends.cc
/ndk/sources/host-tools/ndk-stack/
DGNUmakefile20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack
21 PROGNAME := /tmp/ndk-$(USER)/ndk-stack
55 NDK_STACK_SOURCES := ndk-stack.c \
56 ndk-stack-parser.c
/ndk/build/tools/
Dgen-system-symbols.sh96 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt
100 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt
103 SYMBOL_TMPFILE=/tmp/ndk-$USER/ndk-symbols-list.txt
Dbuild-device-llvm.sh33 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
51 prepare_canadian_toolchain /tmp/ndk-$USER/build
166 --install-dir=$BUILD_OUT/ndk-standalone-$arch
170 …cp -f $BUILD_OUT/ndk-standalone-$arch/$toolchain_prefix/lib/libstlport_shared.so $TOOLCHAIN_BUILD_…
172 CC=$BUILD_OUT/ndk-standalone-$arch/bin/$toolchain_prefix-gcc
173 CXX=$BUILD_OUT/ndk-standalone-$arch/bin/$toolchain_prefix-g++
199 cp -f $LLVM_BUILD_OUT/Release/bin/le32-none-ndk-translate $TOOLCHAIN_BUILD_PREFIX/$arch
208 CC=$BUILD_OUT/ndk-standalone-$arch/bin/$toolchain_prefix-gcc
231 STRIP=$BUILD_OUT/ndk-standalone-$arch/bin/$toolchain_prefix-strip
Dbuild-ndk-depends.sh24 $PROGDIR/build-ndk-stack.sh --program-name=ndk-depends "$@"
Dpackage-release.sh70 PREFIX=android-ndk
74 OUT_DIR=/tmp/ndk-$USER/release
79 DEVELOPMENT_ROOT=`dirname $ANDROID_NDK_ROOT`/development/ndk
323 UNZIP_DIR=$TMPDIR/prev-ndk
446 cd $UNZIP_DIR/android-ndk-* && cp -rP toolchains/* $DSTDIR/toolchains/
522 unpack_prebuilt ndk-stack-$SYSTEM "$DSTDIR" "$DSTDIR64" "yes"
523 unpack_prebuilt ndk-depends-$SYSTEM "$DSTDIR" "$DSTDIR64" "yes"
524 unpack_prebuilt ndk-make-$SYSTEM "$DSTDIR" "$DSTDIR64"
525 unpack_prebuilt ndk-sed-$SYSTEM "$DSTDIR" "$DSTDIR64"
526 unpack_prebuilt ndk-awk-$SYSTEM "$DSTDIR" "$DSTDIR64"
[all …]
Ddev-rebuild-ndk.sh80 PACKAGE_DIR=$TOP/ndk-release-$TODAY
120 rm -rf /tmp/ndk-$USER/{build,tmp}
138 NDK_SRC_DIR=/tmp/ndk-$USER/src/android-ndk-src-${TOOLCHAIN_GIT_DATE}${PATCHES_SHA1}
222 --prefix=android-ndk-${OPTION_NDK_RELEASE} \
Ddev-cleanup.sh50 rm -f $DIR/ndk-stack*
51 rm -f $DIR/ndk-depends*
89 DIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
DDEV-SCRIPTS-USAGE.TXT3 itself, i.e. they are un-needed when using ndk-build to build
10 - rebuilding other required host tools (e.g. ndk-stack) from sources
16 and documentation which normally live in $NDK/../development/ndk
28 Contains the main NDK build system used when 'ndk-build'.
39 installation. For example, $NDK/sources/host-tools/ndk-stack/
40 contains the sources of the 'ndk-stack' program.
44 can be used with 'ndk-build'. See docs/CPLUSPLUS-SUPPORT.html for
54 Contains the sources of a port of STLport that can be used with ndk-build.
60 ndk-build. The dev-script 'build-cxx-stl.sh' can be used to generate
88 libraries used with 'ndk-build'. For example, the 'cpu-features'
[all …]
/ndk/tests/build/prebuilt-copy/
Dbuild.sh46 $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"
/ndk/tests/build/absolute-src-file-paths/
Dbuild.sh6 echo $NDK/ndk-build "$@" FOO_PATH="$CUR_DIR/src"
7 $NDK/ndk-build "$@" FOO_PATH="$CUR_DIR/src"
/ndk/sources/cxx-stl/llvm-libc++/
DREADME.NDK27 NDK=$HOME/android/ndk-r8e
31 $NDK/ndk-build -C android/test
36 $NDK/ndk-build
40 $NDK/ndk-build -C android/test V=1
67 By default, ndk-build tries to build with GCC 4.6, however, experimental
75 $NDK/ndk-build -C android/test
78 $NDK/ndk-build -C android/test NDK_TOOLCHAIN_VERSION=4.7
81 NDK_TOOLCHAIN_VERSION=Clang3.1 $NDK/ndk-build -C android/test
/ndk/tests/
Dcheck-release.sh23 . "$PROGDIR"/../build/tools/ndk-common.sh
84 TMP_DIR=/tmp/ndk-$USER/tests/release
92 NDK_DIR=$(ls -d $TMP_DIR/android-ndk-* | head -1)
/ndk/toolchains/llvm-3.2/
Dsetup-common.mk17 LLVM_TRIPLE := le32-none-ndk
31 BC2NATIVE := $(HOST_PYTHON) $(TOOLCHAIN_PREBUILT_ROOT)/bin/ndk-bc2native.py
90 --ndk-dir=$(NDK_ROOT) \
106 --ndk-dir=$(NDK_ROOT) \
/ndk/toolchains/llvm-3.3/
Dsetup-common.mk17 LLVM_TRIPLE := le32-none-ndk
31 BC2NATIVE := $(HOST_PYTHON) $(TOOLCHAIN_PREBUILT_ROOT)/bin/ndk-bc2native.py
90 --ndk-dir=$(NDK_ROOT) \
106 --ndk-dir=$(NDK_ROOT) \

12345