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

  /ndk/build/core/
setup-app.mk 64 _unknown_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
87 _bad_abis = $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
103 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/lib*$(TARGET_SONAME_EXTENSION)))
104 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/gdbserver))
105 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/gdb.setup))
add-toolchain.mk 78 NDK_ALL_ABIS += $(_abis)
init.mk 528 NDK_ALL_ABIS :=
537 NDK_ALL_ABIS := $(sort $(NDK_ALL_ABIS))
541 $(foreach _abi,$(strip $(NDK_ALL_ABIS)),\
add-application.mk 159 _bad_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(APP_ABIS)))
163 $(call __ndk_info,to use a set of the following values: $(NDK_ALL_ABIS))
setup-toolchain.mk 42 $(call __ndk_info,a set of the following values: $(NDK_ALL_ABIS))
  /ndk/tests/
run-tests.sh 510 ALL_ABIS=`get_build_var $PROJECT NDK_ALL_ABIS`

Completed in 635 milliseconds