Lines Matching full:project
24 # If GDK_PROJECT_PATH is not defined, find the application's project
29 # libraries without a full Android project tree.
33 find-project-dir = $(strip $(call find-project-dir-inner,$1,$2))
35 find-project-dir-inner = \
39 $(call find-project-dir-inner-2)\
42 find-project-dir-inner-2 = \
52 $(call find-project-dir-inner-2)\
58 GDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),AndroidManifest.xml)
61 GDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),jni/Android-portable.mk)
64 $(call __gdk_info,Could not find application project directory !)
69 # Check that there are no spaces in the project path, or bad things will happen
71 $(call __gdk_info,Your Android application project path contains spaces: '$(GDK_PROJECT_PATH)')
72 $(call __gdk_info,The Android GDK build cannot work here. Please move your project to a different location.)
78 $(call gdk_log,Found project path: $(GDK_PROJECT_PATH))