Home | History | Annotate | Download | only in ndk

Lines Matching refs:COMPAT_ABI

541 COMPAT_ABI=none
556 COMPAT_ABI="$UNKNOWN_ABI"
560 COMPAT_ABI=$CPU_ABI
565 if [ "$COMPAT_ABI" = none ] ; then
571 log "Compatible device ABI: $COMPAT_ABI"
574 GDBSETUP_INIT=`get_build_var_for_abi NDK_APP_GDBSETUP $COMPAT_ABI`
578 if [ "$COMPAT_ABI" != "$UNKNOWN_ABI" ]; then
579 TOOLCHAIN_PREFIX=`get_build_var_for_abi TOOLCHAIN_PREFIX $COMPAT_ABI`
586 APP_OUT=`get_build_var_for_abi TARGET_OUT $COMPAT_ABI`
596 if [ -f $PROJECT/libs/$COMPAT_ABI/gdb.setup ] ; then
597 log "Found gdb.setup under libs/$COMPAT_ABI, assuming app was built with NDK_DEBUG=1"
612 if [ ! -f $PROJECT/libs/$COMPAT_ABI/gdb.setup ] ; then
613 echo "ERROR: Could not find gdb.setup under $PROJECT/libs/$COMPAT_ABI"
771 if [ "$COMPAT_ABI" == "$UNKNOWN_ABI" ]; then