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
409
APP_ABIS
=`get_build_var APP_ABI`
410
log "ABIs targetted by application: $
APP_ABIS
"
442
for ABI in $
APP_ABIS
; do
456
for ABI in $
APP_ABIS
; do
470
echo " Package supports: $
APP_ABIS
"
/ndk/build/core/
add-application.mk
116
_bad_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(
APP_ABIS
)))
Completed in 49 milliseconds