OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_ABIS
(Results
1 - 2
of
2
) sorted by null
/ndk/
ndk-gdb
446
APP_ABIS
=`get_build_var APP_ABI`
447
log "ABIs targetted by application: $
APP_ABIS
"
479
for ABI in $
APP_ABIS
; do
493
for ABI in $
APP_ABIS
; do
507
echo " Package supports: $
APP_ABIS
"
/ndk/build/core/
add-application.mk
116
_bad_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(
APP_ABIS
)))
Completed in 19 milliseconds