OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_ABIS
(Results
1 - 3
of
3
) sorted by null
/ndk/
ndk-gdb
475
APP_ABIS
=`get_build_var APP_ABI`
476
if [ "$
APP_ABIS
" != "${
APP_ABIS
%%all*}" ] ; then
479
APP_ABIS_FRONT="${
APP_ABIS
%%all*}"
480
APP_ABIS_BACK="${
APP_ABIS
#*all}"
481
APP_ABIS
="${APP_ABIS_FRONT}${ALL_ABIS}${APP_ABIS_BACK}"
483
log "ABIs targetted by application: $
APP_ABIS
"
524
for APP_ABI in $
APP_ABIS
; do
534
echo " Package supports: $
APP_ABIS
"
/ndk/tests/
run-tests.sh
414
local
APP_ABIS
=`get_build_var APP_ABI`
415
APP_ABIS
=$
APP_ABIS
" "
416
if [ "$
APP_ABIS
" != "${
APP_ABIS
%%all*}" ] ; then
419
APP_ABIS_FRONT="${
APP_ABIS
%%all*}"
420
APP_ABIS_BACK="${
APP_ABIS
#*all}"
421
APP_ABIS
="${APP_ABIS_FRONT}${ALL_ABIS}${APP_ABIS_BACK}"
423
if [ "$
APP_ABIS
" = "${
APP_ABIS
%$ABI *}" ] ; the
[
all
...]
/ndk/build/core/
add-application.mk
121
_bad_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(
APP_ABIS
)))
Completed in 867 milliseconds