Lines Matching refs:call

90 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
96 $(call find-project-dir-inner-2)\
100 $(call ndk_log,Looking for $(__find_project_file) in $(__find_project_path))\
103 $(call ndk_log, Found it !)\
106 $(eval __find_project_parent := $(call host-dir-parent,$(__find_project_path)))\
109 $(call find-project-dir-inner-2)\
117 $(call ndk_log,Make no attempt to look for NDK_PROJECT_PATH.)
140 NDK_PROJECT_PATH := $(call find-project-dir,.,jni/Android.mk)
143 NDK_PROJECT_PATH := $(call find-project-dir,.,AndroidManifest.xml)
146 $(call __ndk_info,Could not find application project directory !)
147 $(call __ndk_info,Please define the NDK_PROJECT_PATH variable to point to it.)
148 $(call __ndk_error,Aborting)
153 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)')
154 …$(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different …
155 $(call __ndk_error,Aborting.)
158 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH))
173 …$(call __ndk_info,NDK_PROJECT_PATH==null. Please explicitly set NDK_OUT to directory for all gene…
174 $(call __ndk_error,Aborting.)
178 $(call ndk_log,Ouput path for intermediate files: $(NDK_APP_OUT))
184 …$(call __ndk_info,NDK_PROJECT_PATH==null. Please explicitly set NDK_LIBS_OUT to directory for gen…
185 $(call __ndk_error,Aborting.)
189 $(call ndk_log,Ouput path for generated library files: $(NDK_APP_LIBS_OUT))
217 $(call __ndk_error,!!TOO-MANY-DUMP-VARIABLES!!)