Searched refs:products (Results 1 – 25 of 27) sorted by relevance
12
/build/make/core/ |
D | product-graph.mk | 18 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)
|
D | product_config.mk | 143 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)
|
D | product.mk | 30 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
|
D | ninja_config.mk | 28 dump-products \
|
D | WINPTHREADS_COPYING | 44 * used to endorse or promote products derived from this software without
|
D | config.mk | 1155 product-graph dump-products
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | ConvertMakeToGenericConfig.java | 37 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/ |
D | diff_build_graphs.sh | 52 --products=*) PRODUCTS_ARG="$arg";; 161 echo Diffing products 165 echo Done diffing products
|
D | build_broken_logs.go | 141 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/ |
D | test.sh | 17 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/ |
D | build_test.bash | 58 exec "$(getoutdir)/multiproduct_kati" --skip-products "$(echo "${SKIPPED_PRODUCTS[@]-}" | tr ' ' ',…
|
/build/make/target/board/generic_x86_64/ |
D | README.txt | 6 It is not a product "base class"; no other products inherit
|
/build/make/target/board/generic_arm64/ |
D | README.txt | 6 It is not a product "base class"; no other products inherit
|
/build/make/target/board/generic_x86/ |
D | README.txt | 7 It is not a product "base class"; no other products inherit
|
/build/make/target/board/generic/ |
D | README.txt | 8 It is not a product "base class"; no other products inherit
|
/build/make/target/board/generic_x86_arm/ |
D | README.txt | 7 It is not a product "base class"; no other products inherit
|
/build/make/target/board/generic_x86_64_arm64/ |
D | README.txt | 7 It is not a product "base class"; no other products inherit
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 332 products := make(chan string, len(productsList)) 334 defer close(products) 336 products <- product 347 case product := <-products:
|
/build/make/target/product/ |
D | media_system.mk | 80 $(call inherit-product-if-exists, vendor/google/products/cfi-vendor.mk)
|
/build/soong/finder/fs/ |
D | LICENSE | 15 contributors may be used to endorse or promote products derived
|
/build/soong/third_party/zip/ |
D | LICENSE | 15 contributors may be used to endorse or promote products derived
|
/build/make/ |
D | buildspec.mk.default | 24 # Choose a product to build for. Look in the products directory for ones
|
/build/ |
D | buildspec.mk.default | 24 # Choose a product to build for. Look in the products directory for ones
|
D | envsetup.sh | 814 echo "banchan: Error: Multiple build archs or products supplied: $products"
|
/build/soong/docs/ |
D | best_practices.md | 190 is included only by the correct products or boards. 233 by products that use soc_a should contain:
|
12