Lines Matching refs:call
26 $(call assert-defined, _application_mk _app)
27 $(call ndk_log,Parsing $(_application_mk))
29 $(call clear-vars, $(NDK_APP_VARS))
45 …$(call __ndk_warning,NDK_DEBUG is defined to the unsupported value '$(NDK_DEBUG)', will be ignored…
51 $(call check-required-vars,$(NDK_APP_VARS_REQUIRED),$(_application_mk))
56 APP_MODULES := $(call strip-lib-prefix,$(APP_MODULES))
67 $(call ndk_log, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
84 …APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,…
85 $(call ndk_log, Found APP_PLATFORM=$(APP_PLATFORM) in $(_local_props))
88 $(call ndk_log, Defaulted to APP_PLATFORM=$(APP_PLATFORM))
108 ifneq (,$(call gt,$(APP_PLATFORM_LEVEL),19))
113 $(call ndk_log, Adjusting APP_PLATFORM android-$(APP_PLATFORM_LEVEL) to $(APP_PLATFORM))
119 $(call ndk_log, APP_PIE is $(APP_PIE))
121 ifneq (,$(call gte,$(APP_PLATFORM_LEVEL),$(NDK_PIE_PLATFORM_LEVEL)))
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))
147 …= $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(call host-path,$(APP_MAN…
149 ifneq (,$(call gt,$(APP_PLATFORM_LEVEL),$(APP_MIN_PLATFORM_LEVEL)))
150 …$(call __ndk_info,WARNING: APP_PLATFORM $(APP_PLATFORM) is larger than android:minSdkVersion $(APP…
181 $(call __ndk_info,Application $(_app) targets unknown ABI '$(_bad_abis)')
182 $(call __ndk_info,Please fix the APP_ABI definition in $(_application_mk))
183 $(call __ndk_info,to use a set of the following values: $(NDK_ALL_ABIS))
184 $(call __ndk_error,Aborting)
195 $(call __ndk_info,Your APP_BUILD_SCRIPT points to an unknown file: $(APP_BUILD_SCRIPT))
196 $(call __ndk_error,Aborting...)
199 $(call ndk_log, Using build script $(APP_BUILD_SCRIPT))
202 $(call __ndk_info,NDK_PROJECT_PATH==null. Please explicitly set APP_BUILD_SCRIPT.)
203 $(call __ndk_error,Aborting.)
208 $(call __ndk_info,There is no Android.mk under $(APP_PROJECT_PATH)/jni)
209 $(call __ndk_info,If this is intentional, please define APP_BUILD_SCRIPT to point)
210 $(call __ndk_info,to a valid NDK build script.)
211 $(call __ndk_error,Aborting...)
214 $(call ndk_log, Defaulted to APP_BUILD_SCRIPT=$(APP_BUILD_SCRIPT))
226 $(call ndk_log,Application '$(_app)' forced debuggable through NDK_DEBUG)
228 $(call ndk_log,Application '$(_app)' forced *not* debuggable through NDK_DEBUG)
235 …APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(AP…
239 $(call ndk_log,Application '$(_app)' *is* debuggable)
241 $(call ndk_log,Application '$(_app)' is not debuggable)
256 … $(call __ndk_info, The APP_OPTIM defined in $(_application_mk) must only be 'release' or 'debug')\
257 $(call __ndk_error,Aborting)\
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))
284 $(call ndk-stl-check,$(APP_STL))
287 $(if $(call get,$(_map),defined),\
288 …$(call __ndk_info,Weird, the application $(_app) is already defined by $(call get,$(_map),defined)…
289 $(call __ndk_error,Aborting)\
292 $(call set,$(_map),defined,$(_application_mk))
296 $(call set,$(_map),$(__name),$($(__name)))\
300 $(call set,$(_map),Application.mk,$(_application_mk))