HomeSort by relevance Sort by last modified time
    Searched full:gdk_log (Results 1 - 7 of 7) sorted by null

  /gdk/build/core/
add-application.mk 27 $(call gdk_log,Parsing $(_application_mk))
82 $(call gdk_log, Using build script $(APP_BUILD_SCRIPT))
92 $(call gdk_log, Defaulted to APP_BUILD_SCRIPT=$(APP_BUILD_SCRIPT))
102 ifdef GDK_LOG
104 $(call gdk_log,Application '$(_app)' forced debuggable through GDK_DEBUG)
106 $(call gdk_log,Application '$(_app)' forced *not* debuggable through GDK_DEBUG)
116 ifdef GDK_LOG
118 $(call gdk_log,Application '$(_app)' *is* debuggable)
120 $(call gdk_log,Application '$(_app)' is not debuggable)
138 $(call gdk_log,Selecting optimization mode through Application.mk: $(APP_OPTIM)
    [all...]
init.mk 0 GDK_LOG := $(strip $(GDK_LOG))
10 ifdef GDK_LOG
48 # Function : gdk_log
49 # Arguments: 1: text to print when GDK_LOG is defined
51 # Usage : $(call gdk_log,<some text>)
53 ifdef GDK_LOG
54 gdk_log = $(info $(__gdk_name): $1) macro
56 gdk_log := macro
96 $(call gdk_log,Host OS was auto-detected: $(HOST_OS)
    [all...]
add-platform.mk 24 $(call gdk_log,PLATFORM $(_platform) supports: $(_abis))
32 $(call gdk_log, ABI $(_abi) sysroot is: $(GDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
build-local.mk 11 ifdef GDK_LOG
43 $(call gdk_log,Looking for $(__find_project_file) in $(__find_project_path))\
46 $(call gdk_log, Found it !)\
78 $(call gdk_log,Found project path: $(GDK_PROJECT_PATH))
setup-abi.mk 19 $(call gdk_log,Building application '$(GDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)')
setup-toolchain.mk 37 $(call gdk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
definitions.mk 456 $(call gdk_log,Module '$(__module)' has C++ sources)\
    [all...]

Completed in 347 milliseconds