Lines Matching full:call
52 find-project-dir = $(strip $(call find-project-dir-inner,$1,$2))
58 $(call find-project-dir-inner-2)\
62 $(call ndk_log,Looking for $(__find_project_file) in $(__find_project_path))\
65 $(call ndk_log, Found it !)\
71 $(call find-project-dir-inner-2)\
77 NDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),AndroidManifest.xml)
80 NDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),jni/Android.mk)
83 $(call __ndk_info,Could not find application project directory !)
84 $(call __ndk_info,Please define the NDK_PROJECT_PATH variable to point to it.)
85 $(call __ndk_error,Aborting)
90 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)')
91 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.)
92 $(call __ndk_error,Aborting.)
100 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH))
122 $(call __ndk_error,!!TOO-MANY-DUMP-VARIABLES!!)