HomeSort by relevance Sort by last modified time
    Searched refs:NDK_ALL_ABIS (Results 1 - 5 of 5) sorted by null

  /ndk/build/core/
setup-app.mk 67 _abis_without_toolchain := $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI))
75 _abis_without_toolchain := $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI))
83 _abis_without_toolchain := $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI))
90 _unknown_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
114 _bad_abis = $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
132 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/lib*$(TARGET_SONAME_EXTENSION)))
133 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/gdbserver))
134 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/gdb.setup))
add-toolchain.mk 78 NDK_ALL_ABIS += $(_abis)
init.mk 557 NDK_ALL_ABIS :=
566 NDK_ALL_ABIS := $(sort $(NDK_ALL_ABIS))
570 $(foreach _abi,$(strip $(NDK_ALL_ABIS)),\
add-application.mk 182 _bad_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(APP_ABIS)))
186 $(call __ndk_info,to use a set of the following values: $(NDK_ALL_ABIS))
setup-toolchain.mk 52 $(call __ndk_info,a set of the following values: $(NDK_ALL_ABIS))

Completed in 62 milliseconds