• Home
  • Raw
  • Download

Lines Matching refs:call

20 $(call assert-defined,TARGET_PLATFORM TARGET_ARCH TARGET_ARCH_ABI)
21 $(call assert-defined,NDK_APPS NDK_APP_STL)
50 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
51 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use)
52 $(call __ndk_info,a set of the following values: $(NDK_ALL_ABIS))
53 $(call __ndk_error,Aborting)
75 … $(call ndk_log,Specified NDK_TOOLCHAIN_VERSION $(NDK_TOOLCHAIN_VERSION) does not support 64-bit)
76 … $(call ndk_log,Using default target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
92 … TARGET_TOOLCHAIN_BASE := $(subst $(space),-,$(call chop,$(subst -,$(space),$(TARGET_TOOLCHAIN))))
99 …$(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through …
102 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
107 …$(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI…
108 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use)
109 $(call __ndk_info,a set of the following values: $(NDK_TOOLCHAIN.$(NDK_TOOLCHAIN).abis))
110 $(call __ndk_info,Or change your NDK_TOOLCHAIN definition.)
111 $(call __ndk_error,Aborting)
132 TOOLCHAIN_VERSION := $(call last,$(subst -,$(space),$(TARGET_TOOLCHAIN)))
135 TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,$(TOOLCHAIN_NAME))
142 TOOLCHAIN_PREFIX := $(call merge,-,$(call chop,$(call split,-,$(TOOLCHAIN_NAME))))-
182 $(call generate-file-dir,$(NDK_APP_GDBSERVER))
185 …$(call host-echo-build-step,$(PRIVATE_ABI),Gdbserver) "[$(PRIVATE_NAME)] $(call pretty-dir,$(PRIVA…
186 $(hide) $(call host-install,$(PRIVATE_SRC),$(PRIVATE_DST))
199 $(call host-echo-build-step,$(PRIVATE_ABI),Gdbsetup) "$(call pretty-dir,$(PRIVATE_DST))"
203 $(call generate-file-dir,$(NDK_APP_GDBSETUP))
211 $(call modules-clear)
213 $(call ndk-stl-select,$(NDK_APP_STL))
219 $(call ndk-stl-add-dependencies,$(NDK_APP_STL))
222 $(call modules-compute-dependencies)
226 $(call modules-dump-database)
243 WANTED_MODULES := $(call modules-get-all-installable,$(modules-get-top-list))
246 …$(call ndk_log,[$(TARGET_ARCH_ABI)] No installable modules in project - forcing static library bui…
249 WANTED_MODULES := $(call module-get-all-dependencies,$(NDK_APP_MODULES))
252 $(call ndk_log,[$(TARGET_ARCH_ABI)] Modules to build: $(WANTED_MODULES))
254 WANTED_INSTALLED_MODULES += $(call map,module-get-installed,$(WANTED_MODULES))