OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK_ALL_ABIS
(Results
1 - 6
of
6
) sorted by null
/ndk/build/core/
setup-app.mk
70
_unknown_abis := $(strip $(filter-out $(
NDK_ALL_ABIS
),$(NDK_APP_ABI)))
93
_bad_abis = $(strip $(filter-out $(
NDK_ALL_ABIS
),$(NDK_APP_ABI)))
111
$(hide) $(call host-rm,$(
NDK_ALL_ABIS
:%=$(NDK_APP_LIBS_OUT)/%/lib*$(TARGET_SONAME_EXTENSION)))
112
$(hide) $(call host-rm,$(
NDK_ALL_ABIS
:%=$(NDK_APP_LIBS_OUT)/%/gdbserver))
113
$(hide) $(call host-rm,$(
NDK_ALL_ABIS
:%=$(NDK_APP_LIBS_OUT)/%/gdb.setup))
add-toolchain.mk
78
NDK_ALL_ABIS
+= $(_abis)
init.mk
561
NDK_ALL_ABIS
:=
570
NDK_ALL_ABIS
:= $(sort $(
NDK_ALL_ABIS
))
574
$(foreach _abi,$(strip $(
NDK_ALL_ABIS
)),\
add-application.mk
179
_bad_abis := $(strip $(filter-out $(
NDK_ALL_ABIS
),$(APP_ABIS)))
183
$(call __ndk_info,to use a set of the following values: $(
NDK_ALL_ABIS
))
setup-toolchain.mk
49
$(call __ndk_info,a set of the following values: $(
NDK_ALL_ABIS
))
/ndk/tests/
run-tests.sh
574
ALL_ABIS=`get_build_var $PROJECT
NDK_ALL_ABIS
`
[
all
...]
Completed in 161 milliseconds