HomeSort by relevance Sort by last modified time
    Searched refs:NDK_LOG (Results 1 - 6 of 6) sorted by null

  /ndk/build/
ndk-build 51 # If NDK_LOG is set to 1 or true in the environment, or the command-line
53 if [ -z "$NDK_LOG" ]; then
54 NDK_LOG=0
69 NDK_LOG=1|NDK_LOG=true)
70 NDK_LOG=1
72 NDK_LOG=*)
73 NDK_LOG=0
94 if [ "$NDK_LOG" = "true" ]; then
95 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
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>
98 ndk_log = $(info $(__ndk_name): $1) macro
100 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))
123 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
129 $(call ndk_log, APP_PIE is $(APP_PIE))
133 $(call ndk_log, Enabling -fPIE)
144 $(call ndk_log,Application $(_app) targets unknown platform '$(_bad_platform)')
146 $(call ndk_log,Switching to $(APP_PLATFORM))
202 $(call ndk_log, Using build script $(APP_BUILD_SCRIPT)
    [all...]
build-local.mk 39 ifeq ($(NDK_LOG),1)
87 $(call ndk_log,Looking for $(__find_project_file) in $(__find_project_path))\
90 $(call ndk_log, Found it !)\
106 $(call ndk_log,Use APP_PROJECT_PATH for NDK_PROJECT_PATH: $(APP_PROJECT_PATH))
120 $(call ndk_log,Make no attempt to look for NDK_PROJECT_PATH.)
161 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH))
181 $(call ndk_log,Ouput path for intermediate files: $(NDK_APP_OUT))
192 $(call ndk_log,Ouput path for generated library files: $(NDK_APP_LIBS_OUT))

Completed in 831 milliseconds