Searched defs:all (Results 1 - 8 of 8) sorted by relevance

/build/core/tasks/
H A Ddeps_licenses.mk21 # Example: "make deps-license packages/app/% external/%" prints all modules in packages/app/ with their dpendencies in external/.
35 define get-module-all-dependencies
39 $(call get-module-all-dependencies,$(1),$(_gmad_new)))
47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
/build/make/core/tasks/
H A Ddeps_licenses.mk21 # Example: "make deps-license packages/app/% external/%" prints all modules in packages/app/ with their dpendencies in external/.
35 define get-module-all-dependencies
39 $(call get-module-all-dependencies,$(1),$(_gmad_new)))
47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
/build/core/
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))
45 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all)
46 products_list := --all
52 really_all_products := $(call gather-all-products)
H A Dproduct.mk36 # Returns the list of all AndroidProducts.mk files.
63 # Returns the sorted concatenation of all PRODUCT_MAKEFILES
64 # variables set in all AndroidProducts.mk files.
67 define get-all-product-makefiles
154 # 1. Inherits all of the variables from $1.
182 #TODO: check to make sure that products have all the necessary vars defined
189 # Does various consistency checks on all of the known products.
192 define check-all-products
H A Ddefinitions.mk26 # Full paths to all of the documentation
29 # The short names of all of the targets in the system.
47 # that contains all of the INSTALLED_MODULEs with that tag.
51 # of all targets for a particular tag. The top-level variable
53 # the list of all known tags. (This means that this variable
58 # Full path to all files that are made by some tool
61 # Full path to all asm, C, C++, lex and yacc generated C files.
62 # These all have an order-only dependency on the copied headers
155 ## Retrieve a list of all makefiles immediately below some directory
158 define all
[all...]
/build/make/core/
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))
45 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all)
46 products_list := --all
52 really_all_products := $(call gather-all-products)
H A Dproduct.mk36 # Returns the list of all AndroidProducts.mk files.
63 # Returns the sorted concatenation of all PRODUCT_MAKEFILES
64 # variables set in all AndroidProducts.mk files.
67 define get-all-product-makefiles
154 # 1. Inherits all of the variables from $1.
182 #TODO: check to make sure that products have all the necessary vars defined
189 # Does various consistency checks on all of the known products.
192 define check-all-products
H A Ddefinitions.mk26 # Full paths to all of the documentation
29 # The short names of all of the targets in the system.
47 # that contains all of the INSTALLED_MODULEs with that tag.
51 # of all targets for a particular tag. The top-level variable
53 # the list of all known tags. (This means that this variable
58 # Full path to all files that are made by some tool
61 # Full path to all asm, C, C++, lex and yacc generated C files.
62 # These all have an order-only dependency on the copied headers
155 ## Retrieve a list of all makefiles immediately below some directory
158 define all
[all...]

Completed in 66 milliseconds