Home | History | Annotate | Download | only in core

Lines Matching refs:NDK_LOG

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>)
103 ifeq ($(NDK_LOG),1)
104 ndk_log = $(info $(__ndk_name): $1)
106 ndk_log :=
163 $(call ndk_log,Host OS was auto-detected: $(HOST_OS))
165 $(call ndk_log,Host OS from environment: $(HOST_OS))
187 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
192 $(call ndk_log,uname -s returned: $(UNAME))
194 $(call ndk_log,Cygwin detected: $(shell uname -a))
199 $(call ndk_log,MSys detected: $(shell uname -a))
202 $(call ndk_log,Cygwin *not* detected!)
209 $(call ndk_log, Host operating system detected: $(HOST_OS), base OS: $(HOST_OS_BASE))
211 $(call ndk_log, Host operating system detected: $(HOST_OS))
250 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
252 $(call ndk_log,Host CPU from environment: $(HOST_ARCH))
293 $(call ndk_log,HOST_TAG set to $(HOST_TAG))
303 $(call ndk_log,Host tools prebuilt directory: $(HOST_PREBUILT))
321 $(call ndk_log,Host tools prebuilt directory not found, using system tools)
337 $(call ndk_log,Host 'echo' tool: $(HOST_ECHO))
347 $(call ndk_log,Host 'echo -n' tool: $(HOST_ECHO_N))
358 $(call ndk_log,Host 'cmp' tool: $(HOST_CMP))
368 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
374 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
408 $(call ndk_log, Probing for 'cygpath' program)
411 $(call ndk_log, 'cygpath' was *not* found in your path)
413 $(call ndk_log, 'cygpath' found as: $(CYGPATH))
422 $(call ndk_log, Forced usage of 'cygpath -m' through NDK_USE_CYGPATH=1)
427 ifeq ($(NDK_LOG),1)
474 $(call ndk_log
483 $(call ndk_log,Found supported platforms: $(NDK_ALL_PLATFORMS))
494 $(call ndk_log,Found stable platform levels: $(NDK_ALL_PLATFORM_LEVELS))
506 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL))
593 $(call ndk_log, Using specific toolchain $(NDK_TOOLCHAIN))
612 $(call ndk_log, This NDK supports the following target architectures and ABIS:)
614 $(call ndk_log, $(space)$(space)$(arch): $(NDK_ARCH.$(arch).abis))\
616 $(call ndk_log, This NDK supports the following toolchains and target ABIs:)
618 $(call ndk_log, $(space)$(space)$(tc): $(NDK_TOOLCHAIN.$(tc).abis))\