OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_abis
(Results
1 - 2
of
2
) sorted by null
/ndk/build/core/
add-platform.mk
19
# And record them in NDK_PLATFORM_$(platform)
_ABIS
21
_abis
:= $(strip $(notdir $(wildcard $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-*)))
macro
22
_abis
:= $(
_abis
:arch-%=%)
macro
24
$(call ndk_log,PLATFORM $(_platform) supports: $(
_abis
))
26
NDK_PLATFORM_$(_platform)
_ABIS
:= $(
_abis
)
30
$(foreach _abi,$(
_abis
),\
add-toolchain.mk
59
_abis
:= $(TOOLCHAIN_ABIS)
macro
70
$(_toolchain).abis := $(
_abis
)
78
NDK_ALL_ABIS += $(
_abis
)
83
$(foreach _abi,$(
_abis
),\
89
NDK_ARCH.$(_arch).abis := $(sort $(NDK_ARCH.$(_arch).abis) $(
_abis
))
Completed in 35 milliseconds