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
51 ifeq ($(NDK_LOG),1)
92 # Function : ndk_log
93 # Arguments: 1: text to print when NDK_LOG is defined to 1
95 # Usage : $(call ndk_log,<some text>)
97 ifeq ($(NDK_LOG),1)
98 ndk_log = $(info $(__ndk_name): $1)
100 ndk_log :=
176 $(call ndk_log,Host OS was auto-detected: $(HOST_OS))
178 $(call ndk_log,Host OS from environment: $(HOST_OS))
200 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
205 $(call ndk_log,uname -s returned: $(UNAME))
207 $(call ndk_log,Cygwin detected: $(shell uname -a))
212 $(call ndk_log,MSys detected: $(shell uname -a))
215 $(call ndk_log,Cygwin *not* detected!)
222 $(call ndk_log, Host operating system detected: $(HOST_OS), base OS: $(HOST_OS_BASE))
224 $(call ndk_log, Host operating system detected: $(HOST_OS))
263 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
265 $(call ndk_log,Host CPU from environment: $(HOST_ARCH))
306 $(call ndk_log,HOST_TAG set to $(HOST_TAG))
315 $(call ndk_log,Host tools prebuilt directory: $(HOST_PREBUILT))
330 $(call ndk_log,Host tools prebuilt directory not found, using system tools)
346 $(call ndk_log,Host 'echo' tool: $(HOST_ECHO))
356 $(call ndk_log,Host 'echo -n' tool: $(HOST_ECHO_N))
367 $(call ndk_log,Host 'cmp' tool: $(HOST_CMP))
377 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
383 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
417 $(call ndk_log, Probing for 'cygpath' program)
420 $(call ndk_log, 'cygpath' was *not* found in your path)
422 $(call ndk_log, 'cygpath' found as: $(CYGPATH))
431 $(call ndk_log, Forced usage of 'cygpath -m' through NDK_USE_CYGPATH=1)
436 ifeq ($(NDK_LOG),1)
483 $(call ndk_log,Found platform root directory: $(NDK_PLATFORMS_ROOT))
492 $(call ndk_log,Found supported platforms: $(NDK_ALL_PLATFORMS))
508 $(call ndk_log,Found stable platform levels: $(NDK_ALL_PLATFORM_LEVELS))
515 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL))
611 $(call ndk_log, Using specific toolchain $(NDK_TOOLCHAIN))
630 $(call ndk_log, This NDK supports the following target architectures and ABIS:)
632 $(call ndk_log, $(space)$(space)$(arch): $(NDK_ARCH.$(arch).abis))\
634 $(call ndk_log, This NDK supports the following toolchains and target ABIs:)
636 $(call ndk_log, $(space)$(space)$(tc): $(NDK_TOOLCHAIN.$(tc).abis))\