Lines Matching refs:project
1 # Copyright (C) 2010 The Android Open Source Project
44 # If NDK_PROJECT_PATH is not defined, find the application's project
53 # libraries without a full Android project tree.
57 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
59 find-project-dir-inner = \
63 $(call find-project-dir-inner-2)\
66 find-project-dir-inner-2 = \
76 $(call find-project-dir-inner-2)\
91 NDK_PROJECT_PATH := $(call find-project-dir,.,jni/Android.mk)
94 NDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),AndroidManifest.xml)
97 NDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),jni/Android.mk)
100 $(call __ndk_info,Could not find application project directory !)
105 # Check that there are no spaces in the project path, or bad things will happen
107 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)')
108 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.)
117 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH))