HomeSort by relevance Sort by last modified time
    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))
76 $(call ndk_log, Found APP_PLATFORM=$(APP_PLATFORM) in $(_local_props))
79 $(call ndk_log, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
92 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
96 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
100 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
104 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
110 $(call ndk_log, APP_PIE is $(APP_PIE))
114 $(call ndk_log, Enabling -fPIE)
125 $(call ndk_log,Application $(_app) targets unknown platform '$(_bad_platform)'
    [all...]
build-local.mk 31 ifeq ($(NDK_LOG),1)
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 222 milliseconds