Home | History | Annotate | Download | only in tools

Lines Matching refs:ABI

28 # WARNING: For now, only a single target ABI/Architecture us supported
36 # ABI is the target ABI name for the NDK
37 ABI=arm
66 --abi=*)
85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)"
97 ABI=$OPTION_ABI
100 case "$ABI" in
105 ARCH=$ABI
134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI