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
51
# If
NDK_LOG
is set to 1 or true in the environment, or the command-line
54
if [ -z "$
NDK_LOG
" ]; then
55
NDK_LOG
=0
74
NDK_LOG
=1|
NDK_LOG
=true)
75
NDK_LOG
=1
77
NDK_LOG
=*)
78
NDK_LOG
=0
105
if [ "$
NDK_LOG
" = "true" ]; then
106
NDK_LOG
=
[
all
...]
/ndk/build/core/
init.mk
36
# Define
NDK_LOG
=1 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
))
40
ifeq ($(
NDK_LOG
),true)
41
override
NDK_LOG
:= 1
60
ifeq ($(
NDK_LOG
),1)
98
# Function :
ndk_log
99
# Arguments: 1: text to print when
NDK_LOG
is defined to 1
101
# Usage : $(call
ndk_log
,<some text>
104
ndk_log
= $(info $(__ndk_name): $1)
macro
106
ndk_log
:=
macro
[
all
...]
build-all.mk
103
ifeq ($(
NDK_LOG
),1)
main.mk
35
ifeq ($(
NDK_LOG
),1)
88
$(call
ndk_log
,Parsing $(_application_mk))\
add-application.mk
27
$(call
ndk_log
,Parsing $(_application_mk))
67
$(call
ndk_log
, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
85
$(call
ndk_log
, Found APP_PLATFORM=$(APP_PLATFORM) in $(_local_props))
88
$(call
ndk_log
, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
113
$(call
ndk_log
, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
119
$(call
ndk_log
, APP_PIE is $(APP_PIE))
123
$(call
ndk_log
, Enabling -fPIE)
134
$(call
ndk_log
,Application $(_app) targets unknown platform '$(_bad_platform)')
136
$(call
ndk_log
,Switching to $(APP_PLATFORM))
199
$(call
ndk_log
, Using build script $(APP_BUILD_SCRIPT)
[
all
...]
build-local.mk
31
ifeq ($(
NDK_LOG
),1)
100
$(call
ndk_log
,Looking for $(__find_project_file) in $(__find_project_path))\
103
$(call
ndk_log
, Found it !)\
117
$(call
ndk_log
,Make no attempt to look for NDK_PROJECT_PATH.)
158
$(call
ndk_log
,Found project path: $(NDK_PROJECT_PATH))
178
$(call
ndk_log
,Ouput path for intermediate files: $(NDK_APP_OUT))
189
$(call
ndk_log
,Ouput path for generated library files: $(NDK_APP_LIBS_OUT))
Completed in 834 milliseconds