OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK_DEBUG
(Results
1 - 3
of
3
) sorted by null
/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
/ndk/build/core/
add-application.mk
31
# Check that
NDK_DEBUG
is properly defined. If it is
36
APP_DEBUG := $(strip $(
NDK_DEBUG
))
45
$(call __ndk_warning,
NDK_DEBUG
is defined to the unsupported value '$(
NDK_DEBUG
)', will be ignored!)
226
$(call ndk_log,Application '$(_app)' forced debuggable through
NDK_DEBUG
)
228
$(call ndk_log,Application '$(_app)' forced *not* debuggable through
NDK_DEBUG
)
build-local.mk
62
#
NDK_DEBUG
(optional, default to 0)
Completed in 329 milliseconds