Home | History | Annotate | Download | only in ndk

Lines Matching refs:MANIFEST

21 # <application> element of its manifest.
127 # Used to run an awk script on the manifest
130 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST
281 echo " --launch-list List all launchable activity names from manifest"
421 # Name of the manifest file
422 MANIFEST=AndroidManifest.xml
432 if [ ! -f "$PROJECT/$MANIFEST" ] ; then
434 echo " It is missing a $MANIFEST file."
439 if [ -f "$MANIFEST" ] ; then
445 if [ -f "$CURDIR/$MANIFEST" ] ; then
459 # Extract the package name from the manifest
463 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
470 log "Extracting list of launchable activities from manifest:"
554 # ok to not have android:debuggable set to true in the original manifest.
563 echo " - Modify your manifest to set android:debuggable attribute to \"true\","
570 # DEBUGGABLE is true in the manifest. Let's check that the user didn't change the
571 # debuggable flag in the manifest without calling ndk-build afterwards.
605 # launchable activity name from the manifest and use it as if --launch=<name>
611 echo "ERROR: Could not extract name of launchable activity from manifest!"
618 echo " Please fix your manifest file and rebuild/re-install your application."
645 echo " - The installed package does not match your current manifest."