Searched refs:products (Results 1 – 25 of 29) sorted by relevance
12
/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/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/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/bazel/ci/ |
D | rbc_dashboard.py | 344 products = [str_to_product(p) for p in args.products] 346 if not products: 347 products = list(map(lambda x: Product(x, 'userdebug'), get_build_var( 351 products = [p for p in products if p not in excluded] 353 for i, product in enumerate(products): 354 for j, product2 in enumerate(products): 409 for i, product in enumerate(products): 413 eta = time_per_product * (len(products) - i)
|
/build/soong/ |
D | build_test.bash | 66 exec "$(getoutdir)/multiproduct_kati" --skip-products "$(echo "${SKIPPED_PRODUCTS[@]-}" | tr ' ' ',…
|
/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_64/ |
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/mk2rbc/cmd/ |
D | mk2rbc.go | 155 var products []string 157 products = append(products, p) 159 sort.Strings(products) 160 for _, p := range products {
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 367 products := make(chan string, len(productsList)) 369 defer close(products) 371 products <- product 382 case product := <-products:
|
/build/make/target/product/ |
D | media_system.mk | 78 $(call inherit-product-if-exists, vendor/google/products/cfi-vendor.mk)
|
/build/make/core/ |
D | product_config.mk | 192 …$(if $(_bad),$(error COMMON_LUNCH_CHOICES contains products(s) not defined in this file: $(_bad)))… 237 $(call import-products, $(current_product_makefile)) 258 $(if $(filter-out $(makefile),$(PRODUCTS)),$(eval $(call import-products,$(makefile))))\
|
D | WINPTHREADS_COPYING | 44 * used to endorse or promote products derived from this software without
|
D | product.mk | 453 define import-products
|
/build/soong/third_party/zip/ |
D | LICENSE | 15 contributors may be used to endorse or promote products derived
|
/build/soong/finder/fs/ |
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
|
/build/bazel/rules/apex/ |
D | mainline_modules.bzl | 206 # It is assumed that the bundle config is the same for all 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:
|
/build/soong/dexpreopt/ |
D | DEXPREOPT_IMPLEMENTATION.md | 90 many build targets/products.
|
12