OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK_LOG
(Results
1 - 6
of
6
) sorted by null
/ndk/
ndk-build
43
# If
NDK_LOG
is set to 1 or true in the environment, or the command-line
45
if [ -z "$
NDK_LOG
" ]; then
46
NDK_LOG
=0
51
NDK_LOG
=1|
NDK_LOG
=true)
52
NDK_LOG
=1
54
NDK_LOG
=*)
55
NDK_LOG
=0
60
if [ "$
NDK_LOG
" = "true" ]; then
61
NDK_LOG
=
[
all
...]
/ndk/build/core/
init.mk
36
# Define
NDK_LOG
in your environment to display log traces when
37
# using the build scripts. See also the definition of
ndk_log
below.
39
NDK_LOG
:= $(strip $(
NDK_LOG
))
48
ifdef
NDK_LOG
86
# Function :
ndk_log
87
# Arguments: 1: text to print when
NDK_LOG
is defined
89
# Usage : $(call
ndk_log
,<some text>)
91
ifdef
NDK_LOG
92
ndk_log
= $(info $(__ndk_name): $1
macro
94
ndk_log
:=
macro
[
all
...]
add-application.mk
27
$(call
ndk_log
,Parsing $(_application_mk))
76
$(call
ndk_log
, Found APP_PLATFORM=$(APP_PLATFORM) in $(_local_props))
79
$(call
ndk_log
, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
87
$(call
ndk_log
, Adjusting APP_PLATFORM to $(APP_PLATFORM))
95
$(call
ndk_log
,Application $(_app) targets unknown platform '$(_bad_platform)')
97
$(call
ndk_log
,Switching to $(APP_PLATFORM))
136
$(call
ndk_log
, Using build script $(APP_BUILD_SCRIPT))
146
$(call
ndk_log
, Defaulted to APP_BUILD_SCRIPT=$(APP_BUILD_SCRIPT))
156
ifdef
NDK_LOG
158
$(call
ndk_log
,Application '$(_app)' forced debuggable through NDK_DEBUG
[
all
...]
build-all.mk
95
ifeq ($(
NDK_LOG
),1)
main.mk
35
ifdef
NDK_LOG
88
$(call
ndk_log
,Parsing $(_application_mk))\
build-local.mk
31
ifdef
NDK_LOG
88
$(call
ndk_log
,Looking for $(__find_project_file) in $(__find_project_path))\
91
$(call
ndk_log
, Found it !)\
145
$(call
ndk_log
,Found project path: $(NDK_PROJECT_PATH))
152
$(call
ndk_log
,Ouput path: $(NDK_APP_OUT))
Completed in 232 milliseconds