Home | History | Annotate | Download | only in core

Lines Matching refs:call

20 $(call assert-defined,TARGET_PLATFORM TARGET_ARCH TARGET_ARCH_ABI)
21 $(call assert-defined,NDK_APPS)
29 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
30 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use)
31 $(call __ndk_info,a set of the following values: $(NDK_ALL_ABIS))
32 $(call __ndk_error,Aborting)
37 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
41 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
42 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use)
43 $(call __ndk_info,a set of the following values: $(NDK_TOOLCHAIN.$(NDK_TOOLCHAIN).abis))
44 $(call __ndk_info,Or change your NDK_TOOLCHAIN definition.)
45 $(call __ndk_error,Aborting)
87 TOOLCHAIN_PREFIX := $(call merge,-,$(call chop,$(call split,-,$(TOOLCHAIN_NAME))))-
93 # now call the toolchain-specific setup script
118 @ echo "Gdbserver : [$(PRIVATE_NAME)] $(call pretty-dir,$(PRIVATE_DST))"
130 @ echo "Gdbsetup : $(call pretty-dir,$(PRIVATE_DST))"
131 $(hide) echo "set solib-search-path $(call host-path,$(PRIVATE_SOLIB_PATH))" > $(PRIVATE_DST)
132 $(hide) echo "directory $(call host-path,$(call uniq,$(PRIVATE_SRC_DIRS)))" >> $(PRIVATE_DST)
139 $(call modules-clear)
150 $(call modules-add-c++-dependencies,$(NDK_APP_CXX_STATIC_LIBRARIES),$(NDK_APP_CXX_SHARED_LIBRARIES))
153 $(call modules-compute-dependencies)
157 $(call modules-dump-database)
173 WANTED_MODULES := $(call modules-get-top-list)
175 WANTED_MODULES := $(call module-get-all-dependencies,$(NDK_APP_MODULES))
178 WANTED_INSTALLED_MODULES += $(call map,module-get-installed,$(WANTED_MODULES))