Home | History | Annotate | Download | only in ndk

Lines Matching refs:MANIFEST

21 # <application> element of its manifest.
131 # Used to run an awk script on the manifest
134 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST
300 echo " --launch-list List all launchable activity names from manifest"
443 # Name of the manifest file
444 MANIFEST=AndroidManifest.xml
454 if [ ! -f "$PROJECT/$MANIFEST" ] ; then
456 echo " It is missing a $MANIFEST file."
461 if [ -f "$MANIFEST" ] ; then
467 if [ -f "$CURDIR/$MANIFEST" ] ; then
481 # Extract the package name from the manifest
485 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST."
492 log "Extracting list of launchable activities from manifest:"
577 # ok to not have android:debuggable set to true in the original manifest.
586 echo " - Modify your manifest to set android:debuggable attribute to \"true\","
593 # DEBUGGABLE is true in the manifest. Let's check that the user didn't change the
594 # debuggable flag in the manifest without calling ndk-build afterwards.
628 # launchable activity name from the manifest and use it as if --launch=<name>
634 echo "ERROR: Could not extract name of launchable activity from manifest!"
641 echo " Please fix your manifest file and rebuild/re-install your application."
668 echo " - The installed package does not match your current manifest."