Lines Matching refs:PROJECT
132 1. Place your native sources under `$PROJECT/jni/`...
134 2. Write `$PROJECT/jni/Android.mk` to describe your sources
137 3. Optional: write `$PROJECT/jni/Application.mk` to describe your
165 $PROJECT/jni/
167 Where `$PROJECT` corresponds to the path of your Android application
203 $PROJECT/jni/Android.mk
236 - Place it under `$PROJECT/jni/Application.mk`, and it will be picked
272 cd $PROJECT
284 By default, it expects an optional file under $PROJECT/jni/Application.mk,
285 and a required $PROJECT/jni/Android.mk.
299 $PROJECT/obj. You can however select a different location by defining
304 1. It ensures that all files that normally go under $PROJECT/obj are
307 2. It tells ndk-gdb to look into $NDK_OUT, instead of $PROJECT/obj for
310 Similarly you can override the default $PROJECT/libs (for libraries and
312 done since build system expects the default $PROJECT/libs/