Home | History | Annotate | Download | only in core

Lines Matching refs:NDK_LOG

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))
88 $(call ndk_log, Adjusting APP_PLATFORM to $(APP_PLATFORM))
92 $(call ndk_log, Adjusting APP_PLATFORM to $(APP_PLATFORM))
100 $(call ndk_log,Application $(_app) targets unknown platform '$(_bad_platform)')
102 $(call ndk_log,Switching to $(APP_PLATFORM))
141 $(call ndk_log, Using build script $(APP_BUILD_SCRIPT))
151 $(call ndk_log, Defaulted to APP_BUILD_SCRIPT=$(APP_BUILD_SCRIPT))
161 ifdef NDK_LOG
163 $(call ndk_log,Application '$(_app)' forced debuggable through NDK_DEBUG)
165 $(call ndk_log,Application '$(_app)' forced *not* debuggable through NDK_DEBUG)
175 ifdef NDK_LOG
177 $(call ndk_log,Application '$(_app)' *is* debuggable)
179 $(call ndk_log,Application '$(_app)' is not debuggable)
197 $(call ndk_log,Selecting optimization mode through Application.mk: $(APP_OPTIM))
200 $(call ndk_log,Selecting debug optimization mode (app is debuggable))
203 $(call ndk_log,Selecting release optimization mode (app is not debuggable))