Lines Matching refs:PROJECT
3 # Copyright (C) 2010 The Android Open Source Project
24 # need to launch ndk-gdb from your application project directory
120 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail -1
128 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI=$2 | tail -1
134 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST
162 # ./ndk-gdb --project=/path/to/project
236 --project=*)
302 echo " --project=<path> Specify application project path"
303 echo " -p <path> Same as --project=<path>"
446 # Find the root of the application project.
448 PROJECT=$OPTION_PROJECT
449 log "Using specified project path: $PROJECT"
450 if [ ! -d "$PROJECT" ] ; then
451 echo "ERROR: Your --project option does not point to a directory!"
454 if [ ! -f "$PROJECT/$MANIFEST" ] ; then
455 echo "ERROR: Your --project does not point to an Android project path!"
460 # Assume we are in the project directory
462 PROJECT=.
464 PROJECT=
468 PROJECT="$CURDIR"
473 if [ -z "$PROJECT" ] ; then
474 echo "ERROR: Launch this script from an application project directory, or use --project=<path>."
478 log "Using auto-detected project path: $PROJECT"
485 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
579 if [ -f $PROJECT/libs/$COMPAT_ABI/gdbserver ] ; then
595 if [ ! -f $PROJECT/libs/$COMPAT_ABI/gdbserver ] ; then
596 echo "ERROR: Could not find gdbserver binary under $PROJECT/libs/$COMPAT_ABI"