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)))
82 _bad_abis = $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
98 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/lib*$(TARGET_SONAME_EXTENSION)))
99 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdbserver))
100 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdb.setup))
add-toolchain.mk 78 NDK_ALL_ABIS += $(_abis)
init.mk 516 NDK_ALL_ABIS :=
525 NDK_ALL_ABIS := $(sort $(NDK_ALL_ABIS))
529 $(foreach _abi,$(strip $(NDK_ALL_ABIS)),\
add-application.mk 148 _bad_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(APP_ABIS)))
152 $(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 503 ALL_ABIS=`get_build_var $PROJECT NDK_ALL_ABIS`

Completed in 650 milliseconds