Searched refs:DEBUGGABLE (Results 1 - 2 of 2) sorted by relevance

/ndk/build/awk/
H A Dextract-debuggable.awk22 DEBUGGABLE = "";
28 DEBUGGABLE = XML_ATTR["android:debuggable"];
33 if ( DEBUGGABLE != "true" )
34 DEBUGGABLE = "false";
36 print DEBUGGABLE;
/ndk/
H A Dndk-gdb550 DEBUGGABLE=`run_awk_manifest_script extract-debuggable.awk`
551 log "Found debuggable flag: $DEBUGGABLE"
552 if [ $? != 0 -o "$DEBUGGABLE" != "true" ] ; then
570 # DEBUGGABLE is true in the manifest. Let's check that the user didn't change the

Completed in 5220 milliseconds