Lines Matching defs:find
44 # If NDK_PROJECT_PATH is not defined, find the application's project
78 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
80 find-project-dir-inner = \
84 $(call find-project-dir-inner-2)\
87 find-project-dir-inner-2 = \
97 $(call find-project-dir-inner-2)\
107 # Otherwise, we will use find-project-dir which will first get the absolute
108 # path of the current directory the climb back the hierarchy until we find
122 NDK_PROJECT_PATH := $(call find-project-dir,.,jni/Android.mk)
125 NDK_PROJECT_PATH := $(call find-project-dir,.,AndroidManifest.xml)
128 $(call __ndk_info,Could not find application project directory !)