Lines Matching refs:NDK_LOG
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))
113 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
119 $(call ndk_log, APP_PIE is $(APP_PIE))
123 $(call ndk_log, Enabling -fPIE)
134 $(call ndk_log,Application $(_app) targets unknown platform '$(_bad_platform)')
136 $(call ndk_log,Switching to $(APP_PLATFORM))
199 $(call ndk_log, Using build script $(APP_BUILD_SCRIPT))
214 $(call ndk_log, Defaulted to APP_BUILD_SCRIPT=$(APP_BUILD_SCRIPT))
224 ifeq ($(NDK_LOG),1)
226 $(call ndk_log,Application '$(_app)' forced debuggable through NDK_DEBUG)
228 $(call ndk_log,Application '$(_app)' forced *not* debuggable through NDK_DEBUG)
237 ifeq ($(NDK_LOG),1)
239 $(call ndk_log,Application '$(_app)' *is* debuggable)
241 $(call ndk_log,Application '$(_app)' is not debuggable)
259 $(call ndk_log,Selecting optimization mode through Application.mk: $(APP_OPTIM))
262 $(call ndk_log,Selecting debug optimization mode (app is debuggable))
265 $(call ndk_log,Selecting release optimization mode (app is not debuggable))