Lines Matching refs:call

383 ifneq ($(filter ro.setupwizard.mode=ENABLED, $(call collapse-pairs, $(ADDITIONAL_SYSTEM_PROPERTIES)…
386 $(call collapse-pairs, $(ADDITIONAL_SYSTEM_PROPERTIES))) \
487 $(shell $(call echo-warning,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
493 $(shell $(call echo-error,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
510 $(foreach mk,$(subdir_makefiles),$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefi…
525 $(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] finishing build rules…
548 $(call generate_all_enforce_rro_packages)
565 $(call module-installed-files,$(known_custom_modules)) \
622 $(eval modules += $(call get-modules-for-2nd-arch,$(1),$(modules_2nd_arch))), \
627 $(eval modules += $(call get-modules-for-2nd-arch,$(1),$(modules_both)))) \
656 $(eval r_m := $(call resolve-bitness-for-modules,$(1),$(r_i))), \
658 $(eval r_i_2nd := $(call get-modules-for-2nd-arch,$(1),$(r_i))) \
687 $(eval r_m := $(call resolve-bitness-for-modules,$(1),$(r_i))) \
695 $(call select-bitness-of-required-modules,TARGET)
696 $(call select-bitness-of-required-modules,HOST)
697 $(call select-bitness-of-required-modules,HOST_CROSS)
698 $(call select-bitness-of-target-host-required-modules,TARGET,HOST)
699 $(call select-bitness-of-target-host-required-modules,HOST,TARGET)
719 $(eval r := $(call module-installed-files,$(r))) \
723 $(if $(h_m), $(eval $(call add-required-deps, $(h_m),$(h_r)))) \
727 $(call add-all-host-to-host-required-modules-deps)
735 $(eval r := $(call module-installed-files,$(r))) \
739 $(if $(hc_m), $(eval $(call add-required-deps, $(hc_m),$(hc_r)))) \
743 $(call add-all-host-cross-to-host-cross-required-modules-deps)
751 $(eval r := $(call module-installed-files,$(r))) \
755 $(if $(t_m), $(eval $(call add-required-deps, $(t_m),$(t_r)))) \
759 $(call add-all-target-to-target-required-modules-deps)
769 … $(eval req_file := $(filter $(TARGET_OUT_ROOT)/%, $(call module-installed-files,$(req_mod)))) \
780 $(eval mod_files := $(filter $(HOST_OUT)/%, $(call module-installed-files,$(m)))) \
783 $(eval $(call add-required-deps, $(mod_files),$(req_files))) \
788 $(call add-all-host-to-target-required-modules-deps)
798 $(eval req_file := $(filter $(HOST_OUT)/%, $(call module-installed-files,$(req_mod)))) \
809 $(eval mod_files := $(filter $(TARGET_OUT_ROOT)/%, $(call module-installed-files,$(m))))\
812 $(eval $(call add-required-deps, $(mod_files),$(req_files))) \
817 $(call add-all-target-to-host-required-modules-deps)
837 $(eval root := $(1)OUT$(if $(call streq,$(1),TARGET_),_ROOT))\
840 $(eval r := $(filter $($(root))/%,$(call module-installed-files,\
845 $(eval $(call add-required-host-so-deps,$(word 2,$(p)),$(r))),\
846 $(eval $(call add-required-deps,$(word 2,$(p)),$(r))))\
857 $(foreach m,$(call get-all-shared-libs-deps,$(dep)),\
871 $(eval my_deps := $(call get-all-shared-libs-deps,$(m)))\
884 $(call resolve-shared-libs-depes,TARGET_)
886 $(call resolve-shared-libs-depes,TARGET_,true)
888 $(call resolve-shared-libs-depes,HOST_)
890 $(call resolve-shared-libs-depes,HOST_,true)
894 $(call update-host-shared-libs-deps-for-suites)
896 $(call resolve-shared-libs-depes,HOST_CROSS_,,true)
898 $(call resolve-shared-libs-depes,HOST_CROSS_,true,true)
915 $(eval root := $(1)OUT$(if $(call streq,$(1),TARGET_),_ROOT))\
916 $(eval deps := $(filter $($(root))/%$($(1)SHLIB_SUFFIX),$(call module-built-files,$(deps))))\
922 $(call module-built-files,$(mod)))))\
927 $(eval $(call add-elf-file-check-shared-lib,$(stamp),$(deps))))\
931 $(call resolve-shared-libs-for-elf-file-check,TARGET_)
933 $(call resolve-shared-libs-for-elf-file-check,TARGET_,true)
1014 $(shell $(call echo-warning,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) should not…
1020 $(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) can not link…
1030 …$(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name-variant,$(1)) missing $(call lin…
1031 $(eval available_variants := $(filter %:$(call link-type-name,$(2)),$(ALL_LINK_TYPES)))\
1034 … $(foreach v,$(available_variants),$(info $(space)$(space)$(call link-type-name-variant,$(v)))))\
1050 $(call link-type-warning,$(1),$(2),$(t)),\
1051 $(call link-type-error,$(1),$(2),$(t)))))
1057 $(call verify-link-type,$(lt),$(d)),\
1058 $(call link-type-missing,$(lt),$(d)))))
1083 $(foreach export,$(EXPORTS_LIST),$(eval $(call add-dependency,$$(EXPORTS.$$(export).USERS),$$(EXPOR…
1109 $(eval _erm_new_overrides := $(call module-overrides,$(_erm_new_modules))) \
1115 $(call expand-required-modules,$(1),$(_erm_new_modules),$(_erm_all_overrides)))
1130 $(call expand-required-host-modules,$(1),$(_erm_new_modules),$(3)))
1143 $(foreach p,$(1),$(call append-path,$(PRODUCT_OUT),$(p)$(2)))))))))
1173 $(call get-product-var,$(1),PRODUCT_PACKAGES) \
1174 $(if $(filter eng,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_ENG)) \
1175 $(if $(filter debug,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_DEBUG)) \
1176 $(if $(filter tests,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_TESTS)) \
1177 … $(if $(filter asan,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_DEBUG_ASAN)) \
1178 …$(if $(filter java_coverage,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_DEBUG…
1179 $(call auto-included-modules) \
1182 $(eval _pif_overrides := $(call module-overrides,$(_pif_modules))) \
1185 $(eval _pif_modules := $(sort $(call resolve-bitness-for-modules,TARGET,$(_pif_modules)))) \
1186 $(call expand-required-modules,_pif_modules,$(_pif_modules),$(_pif_overrides)) \
1187 $(filter-out $(HOST_OUT_ROOT)/%,$(call module-installed-files, $(_pif_modules))) \
1188 $(call resolve-product-relative-paths,\
1189 $(foreach cf,$(call get-product-var,$(1),PRODUCT_COPY_FILES),$(call word-colon,2,$(cf))))
1195 $(eval _hif_modules := $(call get-product-var,$(1),PRODUCT_HOST_PACKAGES)) \
1200 $(eval _hif_modules := $(sort $(call resolve-bitness-for-modules,HOST,$(_hif_modules)))) \
1201 $(eval _hcif_modules := $(sort $(call resolve-bitness-for-modules,HOST_CROSS,$(_hcif_modules)))) \
1202 $(call expand-required-host-modules,_hif_modules,$(_hif_modules),HOST) \
1203 $(call expand-required-host-modules,_hcif_modules,$(_hcif_modules),HOST_CROSS) \
1204 $(filter $(HOST_OUT)/%,$(call module-installed-files, $(_hif_modules))) \
1205 $(filter $(HOST_CROSS_OUT)/%,$(call module-installed-files, $(_hcif_modules)))
1232 $(if $(or $(ALL_MODULES.$(m).PATH),$(call get-modules-for-2nd-arch,TARGET,$(m))),,$(m)))
1233 $(call maybe-print-list-and-error,$(filter-out $(_allow_list),$(_nonexistent_modules)),\
1235 $(call maybe-print-list-and-error,$(filter-out $(_nonexistent_modules),$(_allow_list)),\
1250 $(call maybe-print-list-and-error,$(_nonexistent_modules),\
1257 _modules := $(call resolve-bitness-for-modules,TARGET, \
1267 $(call maybe-print-list-and-error,$(sort $(_host_modules)),\
1271 product_host_FILES := $(call host-installed-files,$(INTERNAL_PRODUCT))
1272 product_target_FILES := $(call product-installed-files, $(INTERNAL_PRODUCT))
1285 static_allowed_patterns += $(call product-installed-files,)
1304 $(call dist-for-goals,droidcore,$(CERTIFICATE_VIOLATION_MODULES_FILENAME))
1311 $(eval path_patterns := $(call resolve-product-relative-paths,$(requirements),%)) \
1312 $(eval allowed_patterns := $(call resolve-product-relative-paths,$(allowed))) \
1313 $(eval files := $(call product-installed-files, $(makefile))) \
1315 $(call maybe-print-list-and-error,$(offending_files),\
1319 …$(call maybe-print-list-and-error,$(unused_allowed),$(makefile) includes redundant allowed entries…
1325 $(eval allowed_patterns := $(call resolve-product-relative-paths,$(allowed))) \
1329 $(call maybe-print-list-and-error,$(offending_files),\
1334 …$(call maybe-print-list-and-error,$(unused_allowed),$(INTERNAL_PRODUCT) includes redundant artifac…
1397 $(sort $(call get-tagged-modules,gnu)))
1494 $(call dist-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET))
1623 $(call dist-for-goals,apps_only, $(apps_only_installed_files))
1628 $(call dist-for-goals,apps_only, $(apps_only_bundle_files))
1635 lint-check: $(foreach f, $(apps_only_lint_report_files), $(call word-colon,1,$(f)))
1636 $(call dist-for-goals,lint-check, $(apps_only_lint_report_files))
1644 $(call dist-for-goals,apps_only, $(apps_only_dist_built_files))
1648 $(call dist-for-goals,apps_only, $(JACOCO_REPORT_CLASSES_ALL))
1652 $(call dist-for-goals,apps_only, $(PROGUARD_DICT_ZIP))
1655 $(call dist-for-goals,apps_only, $(SYMBOLS_ZIP))
1658 $(call dist-for-goals,apps_only, $(COVERAGE_ZIP))
1665 $(eval $(call combine-notice-files, html, \
1674 $(call dist-for-goals, droidcore, \
1715 $(call dist-for-goals, droidcore, $(f)))
1719 $(call dist-for-goals, droidcore, \
1726 $(call dist-for-goals, droidcore, \
1732 $(call dist-for-goals, droidcore, \
1744 $(call dist-for-goals, bootimage_test_harness, \
1751 $(call dist-for-goals, droidcore, \
1758 $(call dist-for-goals, dist_files, $(JACOCO_REPORT_CLASSES_ALL))
1762 …$(TARGET_OUT_COMMON_INTERMEDIATES)/api.xml: $(call java-lib-files,android_stubs_current) $(APICHEC…
1763 …$(TARGET_OUT_COMMON_INTERMEDIATES)/system-api.xml: $(call java-lib-files,android_system_stubs_curr…
1764 …$(TARGET_OUT_COMMON_INTERMEDIATES)/test-api.xml: $(call java-lib-files,android_test_stubs_current)…
1772 $(call dist-for-goals, dist_files, $(api_xmls))
1777 $(call dist-for-goals,droidcore,$(f):ndk_apis/$(notdir $(f))))
1791 $(call dist-for-goals,sdk win_sdk, \
1825 findlsdumps: $(LSDUMP_PATHS_FILE) $(foreach p,$(LSDUMP_PATHS),$(call word-colon,2,$(p)))
1859 $(call dist-write-file,$(KATI_PACKAGE_MK_DIR)/dist.mk)
1861 $(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] writing build rules .…