Home | History | Annotate | Download | only in core

Lines Matching defs: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.
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)\
104 # current directory is the top of our project path. If this is the case, we
107 # Otherwise, we will use find-project-dir which will first get the absolute
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 !)
133 # Check that there are no spaces in the project path, or bad things will happen
135 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)')
136 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.)
145 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH))