Home | History | Annotate | Download | only in core

Lines Matching defs:product

37 this_makefile := build/make/core/product-graph.mk
48 products_list := $(foreach prod,$(ANDROID_PRODUCT_GRAPH),$(call resolve-short-product-name,$(prod)))
57 # Emit properties of a product node to a file.
58 # $(1) the product
60 define emit-product-node-props
73 @echo Product graph DOT: $@ for $(PRIVATE_PRODUCTS_FILTER)
78 $(foreach p,$(PRIVATE_PRODUCTS),$(call emit-product-node-props,$(p),$@.in))
80 $(hide) build/make/tools/filter-product-graph.py $(PRIVATE_PRODUCTS_FILTER) < $@.in > $@
82 # Evaluates to the name of the product file
83 # $(1) product file
84 define product-debug-filename
88 # Makes a rule for the product debug info
89 # $(1) product file
90 define transform-product-debug
92 @echo Product debug info file: $$@
123 $(call product-debug-filename, $(p)): \
127 @echo Product debug html file: $$@
134 $(eval $(call transform-product-debug, $(p))) \
135 $(eval product_debug_files += $(call product-debug-filename, $(p))) \
139 @echo Product graph PDF: $@
143 @echo Product graph SVG: $@
146 product-graph: $(products_pdf) $(products_svg)