Lines Matching refs:call

416 ifneq ($(filter ro.setupwizard.mode=ENABLED, $(call collapse-pairs, $(ADDITIONAL_SYSTEM_PROPERTIES)…
419 $(call collapse-pairs, $(ADDITIONAL_SYSTEM_PROPERTIES))) \
520 $(shell $(call echo-warning,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
526 $(shell $(call echo-error,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
543 $(foreach mk,$(subdir_makefiles),$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefi…
553 $(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] finishing build rules…
576 $(call generate_all_enforce_rro_packages)
593 $(call module-installed-files,$(known_custom_modules)) \
650 $(eval modules += $(call get-modules-for-2nd-arch,$(1),$(modules_2nd_arch))), \
655 $(eval modules += $(call get-modules-for-2nd-arch,$(1),$(modules_both)))) \
683 $(eval r_m := $(call resolve-bitness-for-modules,$(1),$(r_i))), \
685 $(eval r_i_2nd := $(call get-modules-for-2nd-arch,$(1),$(r_i))) \
715 $(eval r_m := $(call resolve-bitness-for-modules,$(1),$(r_i))) \
725 $(call select-bitness-of-required-modules,TARGET)
726 $(call select-bitness-of-required-modules,HOST)
727 $(call select-bitness-of-required-modules,HOST_CROSS)
728 $(call select-bitness-of-target-host-required-modules,TARGET,HOST)
729 $(call select-bitness-of-target-host-required-modules,HOST,TARGET)
778 $(eval r := $(call module-installed-files,$(r))) \
782 $(if $(h_m), $(eval $(call add-required-deps, $(h_m),$(h_r)))) \
786 $(call add-all-host-to-host-required-modules-deps)
794 $(eval r := $(call module-installed-files,$(r))) \
798 $(if $(hc_m), $(eval $(call add-required-deps, $(hc_m),$(hc_r)))) \
802 $(call add-all-host-cross-to-host-cross-required-modules-deps)
810 $(eval r := $(call module-installed-files,$(r))) \
814 $(if $(t_m), $(eval $(call add-required-deps, $(t_m),$(t_r)))) \
818 $(call add-all-target-to-target-required-modules-deps)
828 … $(eval req_file := $(filter $(TARGET_OUT_ROOT)/%, $(call module-installed-files,$(req_mod)))) \
839 $(eval mod_files := $(filter $(HOST_OUT)/%, $(call module-installed-files,$(m)))) \
841 $(eval $(call add-required-deps, $(mod_files),$(req_files))) \
846 $(call add-all-host-to-target-required-modules-deps)
856 $(eval req_file := $(filter $(HOST_OUT)/%, $(call module-installed-files,$(req_mod)))) \
867 $(eval mod_files := $(filter $(TARGET_OUT_ROOT)/%, $(call module-installed-files,$(m))))\
869 $(eval $(call add-required-deps, $(mod_files),$(req_files))) \
874 $(call add-all-target-to-host-required-modules-deps)
894 $(eval root := $(1)OUT$(if $(call streq,$(1),TARGET_),_ROOT))\
897 $(eval r := $(filter $($(root))/%,$(call module-installed-files,\
902 $(eval $(call add-required-host-so-deps,$(word 2,$(p)),$(r))),\
903 $(eval $(call add-required-deps,$(word 2,$(p)),$(r))))\
914 $(foreach m,$(call get-all-shared-libs-deps,$(dep)),\
928 $(eval my_deps := $(call get-all-shared-libs-deps,$(m)))\
941 $(call resolve-shared-libs-depes,TARGET_)
943 $(call resolve-shared-libs-depes,TARGET_,true)
945 $(call resolve-shared-libs-depes,HOST_)
947 $(call resolve-shared-libs-depes,HOST_,true)
951 $(call update-host-shared-libs-deps-for-suites)
953 $(call resolve-shared-libs-depes,HOST_CROSS_,,true)
955 $(call resolve-shared-libs-depes,HOST_CROSS_,true,true)
972 $(eval root := $(1)OUT$(if $(call streq,$(1),TARGET_),_ROOT))\
973 $(eval deps := $(filter $($(root))/%$($(1)SHLIB_SUFFIX),$(call module-built-files,$(deps))))\
979 $(call module-built-files,$(mod)))))\
984 $(eval $(call add-elf-file-check-shared-lib,$(stamp),$(deps))))\
988 $(call resolve-shared-libs-for-elf-file-check,TARGET_)
990 $(call resolve-shared-libs-for-elf-file-check,TARGET_,true)
1071 $(shell $(call echo-warning,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) should not…
1077 $(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) can not link…
1087 …$(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name-variant,$(1)) missing $(call lin…
1088 $(eval available_variants := $(filter %:$(call link-type-name,$(2)),$(ALL_LINK_TYPES)))\
1091 … $(foreach v,$(available_variants),$(info $(space)$(space)$(call link-type-name-variant,$(v)))))\
1107 $(call link-type-warning,$(1),$(2),$(t)),\
1108 $(call link-type-error,$(1),$(2),$(t)))))
1114 $(call verify-link-type,$(lt),$(d)),\
1115 $(call link-type-missing,$(lt),$(d)))))
1140 $(foreach export,$(EXPORTS_LIST),$(eval $(call add-dependency,$$(EXPORTS.$$(export).USERS),$$(EXPOR…
1170 $(eval _erm_new_overrides := $(call module-overrides,$(_erm_new_modules))) \
1176 $(call expand-required-modules,$(1),$(_erm_new_modules),$(_erm_all_overrides)))
1191 $(call expand-required-host-modules,$(1),$(_erm_new_modules),$(3)))
1204 $(foreach p,$(1),$(call append-path,$(PRODUCT_OUT),$(p)$(2)))))))))
1234 $(call get-product-var,$(1),PRODUCT_PACKAGES) \
1235 $(if $(filter eng,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_ENG)) \
1236 $(if $(filter debug,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_DEBUG)) \
1237 $(if $(filter tests,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_TESTS)) \
1238 … $(if $(filter asan,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_DEBUG_ASAN)) \
1239 …$(if $(filter java_coverage,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_DEBUG…
1240 $(call auto-included-modules) \
1243 $(eval _pif_overrides := $(call module-overrides,$(_pif_modules))) \
1246 $(eval _pif_modules := $(sort $(call resolve-bitness-for-modules,TARGET,$(_pif_modules)))) \
1247 $(call expand-required-modules,_pif_modules,$(_pif_modules),$(_pif_overrides)) \
1248 $(filter-out $(HOST_OUT_ROOT)/%,$(call module-installed-files, $(_pif_modules))) \
1249 $(call resolve-product-relative-paths,\
1250 $(foreach cf,$(call get-product-var,$(1),PRODUCT_COPY_FILES),$(call word-colon,2,$(cf))))
1256 $(eval _hif_modules := $(call get-product-var,$(1),PRODUCT_HOST_PACKAGES)) \
1261 $(eval _hif_modules := $(sort $(call resolve-bitness-for-modules,HOST,$(_hif_modules)))) \
1262 $(eval _hcif_modules := $(sort $(call resolve-bitness-for-modules,HOST_CROSS,$(_hcif_modules)))) \
1263 $(call expand-required-host-modules,_hif_modules,$(_hif_modules),HOST) \
1264 $(call expand-required-host-modules,_hcif_modules,$(_hcif_modules),HOST_CROSS) \
1265 $(filter $(HOST_OUT)/%,$(call module-installed-files, $(_hif_modules))) \
1266 $(filter $(HOST_CROSS_OUT)/%,$(call module-installed-files, $(_hcif_modules)))
1293 $(if $(or $(ALL_MODULES.$(m).PATH),$(call get-modules-for-2nd-arch,TARGET,$(m))),,$(m)))
1294 $(call maybe-print-list-and-error,$(filter-out $(_allow_list),$(_nonexistent_modules)),\
1313 $(call maybe-print-list-and-error,$(_nonexistent_modules),\
1320 _modules := $(call resolve-bitness-for-modules,TARGET, \
1330 $(call maybe-print-list-and-error,$(sort $(_host_modules)),\
1334 product_host_FILES := $(call host-installed-files,$(INTERNAL_PRODUCT))
1335 product_target_FILES := $(call product-installed-files, $(INTERNAL_PRODUCT))
1388 _unused := $(call copy-many-files, $(sort $(ALL_COMPATIBILITY_DIST_FILES)))
1404 $(sort $(call get-tagged-modules,gnu)))
1445 $(call fix-notice-deps)
1450 $(call build-license-metadata)
1509 $(call dist-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET))
1646 $(call dist-for-goals, dist_files, $(SOONG_OUT_DIR)/module_bp_java_deps.json)
1647 $(call dist-for-goals, dist_files, $(PRODUCT_OUT)/module-info.json)
1664 $(call dist-for-goals,apps_only, $(apps_only_installed_files))
1669 $(call dist-for-goals,apps_only, $(apps_only_bundle_files))
1676 lint-check: $(foreach f, $(apps_only_lint_report_files), $(call word-colon,1,$(f)))
1677 $(call dist-for-goals,lint-check, $(apps_only_lint_report_files))
1685 $(call dist-for-goals,apps_only, $(apps_only_dist_built_files))
1689 $(call dist-for-goals,apps_only, $(JACOCO_REPORT_CLASSES_ALL))
1693 $(call dist-for-goals,apps_only, $(PROGUARD_DICT_ZIP))
1696 $(call dist-for-goals,apps_only, $(PROGUARD_USAGE_ZIP))
1699 $(call dist-for-goals,apps_only, $(SYMBOLS_ZIP))
1702 $(call dist-for-goals,apps_only, $(COVERAGE_ZIP))
1709 $(eval $(call combine-notice-files, html, \
1731 $(call dist-for-goals, droidcore, \
1744 $(call dist-for-goals, droidcore-unbundled, \
1786 $(call dist-for-goals, droidcore-unbundled, $(f)))
1789 $(call dist-for-goals, droidcore, \
1795 $(call dist-for-goals, droidcore-unbundled, \
1801 $(call dist-for-goals, droidcore-unbundled, \
1822 $(call dist-for-goals, droidcore-unbundled, \
1828 $(call dist-for-goals, dist_files, $(JACOCO_REPORT_CLASSES_ALL))
1832 …$(TARGET_OUT_COMMON_INTERMEDIATES)/api.xml: $(call java-lib-files,android_stubs_current) $(APICHEC…
1833 …$(TARGET_OUT_COMMON_INTERMEDIATES)/system-api.xml: $(call java-lib-files,android_system_stubs_curr…
1834 …$(TARGET_OUT_COMMON_INTERMEDIATES)/module-lib-api.xml: $(call java-lib-files,android_module_lib_st…
1835 …$(TARGET_OUT_COMMON_INTERMEDIATES)/system-server-api.xml: $(call java-lib-files,android_system_ser…
1836 …$(TARGET_OUT_COMMON_INTERMEDIATES)/test-api.xml: $(call java-lib-files,android_test_stubs_current)…
1844 $(call dist-for-goals, dist_files, $(api_xmls))
1849 $(call dist-for-goals,droidcore,$(f):ndk_apis/$(notdir $(f))))
1878 $(call dist-for-goals,sdk win_sdk, \
1912 findlsdumps: $(LSDUMP_PATHS_FILE) $(foreach p,$(LSDUMP_PATHS),$(call word-colon,2,$(p)))
1951 $(call dist-write-file,$(KATI_PACKAGE_MK_DIR)/dist.mk)
1953 $(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] writing build rules .…