OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK
(Results
26 - 29
of
29
) sorted by null
1
2
/ndk/
ndk-gdb
19
# on a given
NDK
application. The application must be debuggable, i.e.
23
# See docs/
NDK
-GDB.TXT for usage description. Essentially, you just
24
# need to launch
ndk
-gdb from your application project directory
25
# after doing
ndk
-build && ant install && <start-application-on-device>
27
. `dirname $0`/build/core/
ndk
-common.sh
208
echo "Setup a gdb debugging session for your Android
NDK
application."
209
echo "Read $$
NDK
/docs/
NDK
-GDB.TXT for complete usage instructions."
234
log "Android
NDK
installation path: $ANDROID_NDK_ROOT"
365
echo "
ndk
-gdb will only work if your device is running Android 2.2 or higher.
[
all
...]
/ndk/build/core/
setup-toolchain.mk
76
# Define the root path of the toolchain in the
NDK
tree.
141
$(call
ndk
-stl-select,$(NDK_APP_STL))
147
$(call
ndk
-stl-add-dependencies,$(NDK_APP_STL))
build-binary.mk
133
# As a special extension, the
NDK
also supports the .neon extension suffix
definitions.mk
15
# Common definitions for the Android
NDK
build system
519
pretty-dir = $(patsubst $(NDK_ROOT)/%,<
NDK
>/%,\
[
all
...]
Completed in 65 milliseconds
1
2