Searched refs:COMPAT_ABI (Results 1 – 2 of 2) sorted by relevance
541 COMPAT_ABI=none556 COMPAT_ABI="$UNKNOWN_ABI"560 COMPAT_ABI=$CPU_ABI565 if [ "$COMPAT_ABI" = none ] ; then571 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" ]; then579 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[all …]
605 COMPAT_ABI = []612 COMPAT_ABI = [ABI for ABI in CPU_ABIS if ABI in APP_ABIS]614 if not len(COMPAT_ABI):618 COMPAT_ABI = COMPAT_ABI[0]619 log('Compatible device ABI: %s' % (COMPAT_ABI))620 GDBSETUP_INIT = get_build_var_for_abi('NDK_APP_GDBSETUP', COMPAT_ABI)623 TOOLCHAIN_PREFIX = get_build_var_for_abi('TOOLCHAIN_PREFIX', COMPAT_ABI)626 APP_OUT = get_build_var_for_abi('TARGET_OUT', COMPAT_ABI)634 gdbserver_path = os.path.join(PROJECT,'libs',COMPAT_ABI,'gdbserver')637 … log('Found gdbserver under libs/%s, assuming app was built with NDK_DEBUG=1' % (COMPAT_ABI))[all …]