OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_ABI
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
dev-platform-expand.sh
135
if [ -n "$
OPTION_ABI
" ] ; then
137
OPTION_ABI
=$(commas_to_spaces $
OPTION_ABI
)
138
if [ -n "$OPTION_ARCH" -a "$OPTION_ARCH" != "$
OPTION_ABI
" ]; then
142
OPTION_ARCH=$
OPTION_ABI
build-ndk-sysroot.sh
43
OPTION_ABI
=
67
OPTION_ABI
=$optarg
96
if [ -n "$
OPTION_ABI
" ] ; then
97
ABI=$
OPTION_ABI
gen-platforms.sh
76
OPTION_ABI
=
114
OPTION_ABI
=$optarg
214
if [ -n "$
OPTION_ABI
" ] ; then
216
OPTION_ABI
=$(commas_to_spaces $
OPTION_ABI
)
217
if [ -n "$OPTION_ARCH" -a "$OPTION_ARCH" != "$
OPTION_ABI
" ]; then
221
OPTION_ARCH=$
OPTION_ABI
[
all
...]
Completed in 705 milliseconds