OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPAT_ABI
(Results
1 - 2
of
2
) sorted by null
/ndk/
ndk-gdb
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 ] ; the
[
all
...]
ndk-gdb.py
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'
[
all
...]
Completed in 200 milliseconds