Lines Matching full:eval
125 $(eval LOCAL_MODULE_MAKEFILE := $$(lastword $$(MAKEFILE_LIST))) \
354 $(eval _fpf := $(wildcard $(foreach f, $(2), $(strip $(1))/$(f)))) \
377 $(eval $(include-prebuilt))
415 $(eval _idfClass := $(strip $(1))) \
418 $(eval _idfName := $(strip $(2))) \
421 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
423 $(eval _idfIntBase := $($(_idfPrefix)_OUT_COMMON_INTERMEDIATES)) \
425 $(eval _idfIntBase := $($(_idfPrefix)_OUT_INTERMEDIATES)) \
605 $(eval _cpSEP := $(strip $(if $(2),$(2),=)))\
617 $(eval _upbfc_fc_set :=)\
618 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\
620 $(eval _upbfc_fc_set += $(_first)))))\
621 $(eval _upbfc_fc_set :=)\
622 $(eval _first:=)
681 $(eval ### Discard any words containing slashes, unless they end in .apk, \
684 $(eval _gpo_names := $(subst /,@@@ @@@,$(1)))
685 $(eval _gpo_names := \
688 $(eval _gpo_names := $(patsubst %.apk,%,$(_gpo_names)))
689 $(eval _gpo_names := $(patsubst @@@%,%,$(_gpo_names)))
691 $(eval ### Remove any remaining words that contain dots.)
692 $(eval _gpo_names := $(subst .,@@@ @@@,$(_gpo_names)))
693 $(eval _gpo_names := $(filter-out %@@@ @@@%,$(_gpo_names)))
695 $(eval ### Now we have a list of any words that could possibly refer to \
1390 $(eval # PRIVATE_PRODUCT_AAPT_CONFIG is intentionally missing-- see comment.) \
1751 # Define a rule to copy a header. Used via $(eval) by copy_headers.make.
1760 # Define a rule to copy a file. For use via $(eval).
1774 $(eval _cmf_tuple := $(subst :, ,$(f))) \
1775 $(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
1776 $(eval _cmf_dest := $(word 2,$(_cmf_tuple))) \
1777 $(eval $(call copy-one-file,$(_cmf_src),$(_cmf_dest))) \
1781 # Copy the file only if it's a well-formed xml file. For use via $(eval).
1910 $(eval _instrumentation_proguard_flags:=$(call get-instrumentation-proguard-flags))
1911 $(eval _enable_proguard:=$(PRIVATE_PROGUARD_ENABLED)$(_instrumentation_proguard_flags))
1913 $(eval _instrumentation_proguard_flags:=)
1914 $(eval _enable_proguard:=)
1943 $(strip $(eval _isfds_value := $$(shell echo $$$$(($(1) / $(BOARD_NAND_PAGE_SIZE) * \
1946 $(eval _isfds_value :=))
2007 $(eval $(call add-radio-file-internal,$(1),$(notdir $(1))))
2021 $(eval $(call add-radio-file-checked-internal,$(1),$(notdir $(1)),$(2)))
2048 $(eval $(call inherit-package-internal,$(1),$(2),$(3),$(4),$(5),$(6),$(7)))
2066 $(eval $(1) := $(if $(2),$(2),$($(1))))
2070 $(eval _o := $(subst ||, ,$(lastword $(LOCAL_PACKAGE_OVERRIDES))))
2071 $(eval _n := $(subst ||, ,$(firstword $(LOCAL_PACKAGE_OVERRIDES))))
2073 $(eval LOCAL_PACKAGE_NAME := $(word 3,$(_o))) \
2074 $(eval LOCAL_MANIFEST_PACKAGE_NAME := $(word 4,$(_o))) \
2078 $(eval LOCAL_OVERRIDES_PACKAGES := $(sort $(LOCAL_OVERRIDES_PACKAGES) $(word 2,$(_o)))) \
2091 $(eval _erm_new_modules := $(sort $(filter-out $($(1)),\
2093 $(if $(_erm_new_modules),$(eval $(1) += $(_erm_new_modules))\
2101 # eval this to define a rule that runs apicheck.
2141 $(if $(call if-build-from-source,$(2),$(3)),$(eval include $(1)))