Lines Matching full:application
16 # this script is used to record an application definition in the
20 # variable named '_application_mk' which points to a given Application.mk
22 # to describe the application to the build system, and the rest of the
125 $(call ndk_log,Application $(_app) targets unknown platform '$(_bad_platform)')
161 $(call __ndk_info,Application $(_app) targets unknown ABI '$(_bad_abis)')
192 # Determine whether the application should be debuggable.
201 $(call ndk_log,Application '$(_app)' forced debuggable through NDK_DEBUG)
203 $(call ndk_log,Application '$(_app)' forced *not* debuggable through NDK_DEBUG)
214 $(call ndk_log,Application '$(_app)' *is* debuggable)
216 $(call ndk_log,Application '$(_app)' is not debuggable)
223 # If APP_OPTIM is defined in the Application.mk, just use this.
234 $(call ndk_log,Selecting optimization mode through Application.mk: $(APP_OPTIM))
258 $(call __ndk_info,Weird, the application $(_app) is already defined by $(call get,$(_map),defined))\
269 # Record the Application.mk for debugging
270 $(call set,$(_map),Application.mk,$(_application_mk))