Home
last modified time | relevance | path

Searched refs:products (Results 1 – 25 of 27) sorted by relevance

12

/build/make/core/
Dproduct-graph.mk18 define gather-all-products
21 $(call all-products-inner, $(PARENT_PRODUCT_FILES)) \
26 define all-products-inner
31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
38 products_graph := $(OUT_DIR)/products.dot
49 all_products := $(call gather-all-products)
Dproduct_config.mk143 ifneq (,$(filter dump-products,$(MAKECMDGOALS)))
156 $(call import-products, $(all_product_makefiles))
165 $(call import-products, $(current_product_makefile))
169 $(check-all-products)
176 $(if $(filter-out $(makefile),$(PRODUCTS)),$(eval $(call import-products,$(makefile))))\
185 ifneq ($(filter dump-products, $(MAKECMDGOALS)),)
186 $(dump-products)
Dproduct.mk30 define _find-android-products-files
106 $(call get-product-makefiles,$(_find-android-products-files))
440 define dump-products
513 define import-products
522 define check-all-products
Dninja_config.mk28 dump-products \
DWINPTHREADS_COPYING44 * used to endorse or promote products derived from this software without
Dconfig.mk1155 product-graph dump-products
/build/make/tools/product_config/src/com/android/build/config/
DConvertMakeToGenericConfig.java37 final MakeConfig products = make.get("PRODUCTS"); in convert() local
38 if (products == null) { in convert()
44 result.copyFrom(products); in convert()
47 for (MakeConfig.ConfigFile f: products.getConfigFiles()) { in convert()
86 block.getInheritedFile(), products.getVarType(varName), varName, in convert()
119 final Map<String, Str> productsFinal = products.getFinalVariables(); in convert()
/build/soong/scripts/
Ddiff_build_graphs.sh52 --products=*) PRODUCTS_ARG="$arg";;
161 echo Diffing products
165 echo Done diffing products
Dbuild_broken_logs.go141 products := branch.Logs
145 for _, product := range products {
209 products, err := filepath.Glob(filepath.Join(name, "*"))
215 for _, product := range products {
/build/make/tools/product_config/
Dtest.sh17 products=$PRODUCTS
34 : ${products:=$(build/soong/soong_ui.bash --dumpvar-mode all_named_products | sed -e "s/ /\n/g" | s…
52 for product in $products ; do
/build/soong/
Dbuild_test.bash58 exec "$(getoutdir)/multiproduct_kati" --skip-products "$(echo "${SKIPPED_PRODUCTS[@]-}" | tr ' ' ',…
/build/make/target/board/generic_x86_64/
DREADME.txt6 It is not a product "base class"; no other products inherit
/build/make/target/board/generic_arm64/
DREADME.txt6 It is not a product "base class"; no other products inherit
/build/make/target/board/generic_x86/
DREADME.txt7 It is not a product "base class"; no other products inherit
/build/make/target/board/generic/
DREADME.txt8 It is not a product "base class"; no other products inherit
/build/make/target/board/generic_x86_arm/
DREADME.txt7 It is not a product "base class"; no other products inherit
/build/make/target/board/generic_x86_64_arm64/
DREADME.txt7 It is not a product "base class"; no other products inherit
/build/soong/cmd/multiproduct_kati/
Dmain.go332 products := make(chan string, len(productsList))
334 defer close(products)
336 products <- product
347 case product := <-products:
/build/make/target/product/
Dmedia_system.mk80 $(call inherit-product-if-exists, vendor/google/products/cfi-vendor.mk)
/build/soong/finder/fs/
DLICENSE15 contributors may be used to endorse or promote products derived
/build/soong/third_party/zip/
DLICENSE15 contributors may be used to endorse or promote products derived
/build/make/
Dbuildspec.mk.default24 # Choose a product to build for. Look in the products directory for ones
/build/
Dbuildspec.mk.default24 # Choose a product to build for. Look in the products directory for ones
Denvsetup.sh814 echo "banchan: Error: Multiple build archs or products supplied: $products"
/build/soong/docs/
Dbest_practices.md190 is included only by the correct products or boards.
233 by products that use soc_a should contain:

12