Searched defs:products (Results 1 - 2 of 2) sorted by relevance

/build/core/tasks/
H A Dproduct-graph.mk18 define gather-all-products
21 $(call all-products-inner, $(ALL_PRODUCTS)) \
26 define all-products-inner
31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
39 products_svg := $(OUT_DIR)/products.svg
40 products_pdf := $(OUT_DIR)/products.pdf
41 products_graph := $(OUT_DIR)/products.dot
52 really_all_products := $(call gather-all-products)
68 fontcolor=\"darkblue\" href=\"products/$(prod).html\" \
78 $(OUT_DIR)/products/
[all...]
/build/core/
H A Dproduct.mk30 define _find-android-products-files
60 $(call get-product-makefiles,$(_find-android-products-files))
108 define dump-products
141 #TODO: check to make sure that products have all the necessary vars defined
142 define import-products
148 # Does various consistency checks on all of the known products.
151 define check-all-products

Completed in 40 milliseconds