Lines Matching refs:PROJECT
3 # Copyright (C) 2010 The Android Open Source Project
24 # need to launch ndk-gdb from your application project directory
125 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail -1
133 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI=$2 | tail -1
139 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST
167 # ./ndk-gdb --project=/path/to/project
241 --project=*)
310 echo " --project=<path> Specify application project path"
311 echo " -p <path> Same as --project=<path>"
455 # Find the root of the application project.
457 PROJECT=$OPTION_PROJECT
458 log "Using specified project path: $PROJECT"
459 if [ ! -d "$PROJECT" ] ; then
460 echo "ERROR: Your --project option does not point to a directory!"
463 if [ ! -f "$PROJECT/$MANIFEST" ] ; then
464 echo "ERROR: Your --project does not point to an Android project path!"
469 # Assume we are in the project directory
471 PROJECT=.
473 PROJECT=
477 PROJECT="$CURDIR"
482 if [ -z "$PROJECT" ] ; then
483 echo "ERROR: Launch this script from an application project directory, or use --project=<path>."
487 log "Using auto-detected project path: $PROJECT"
497 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
642 if [ -f $PROJECT/libs/$COMPAT_ABI/gdb.setup ] ; then
658 if [ ! -f $PROJECT/libs/$COMPAT_ABI/gdb.setup ] ; then
659 echo "ERROR: Could not find gdb.setup under $PROJECT/libs/$COMPAT_ABI"
839 adb pull $DATA_DIR/lib/$(basename $bc .bc).so $PROJECT/obj/local/$UNKNOWN_ABI/