Home
last modified time | relevance | path

Searched refs:Product (Results 1 – 14 of 14) sorted by relevance

/build/bazel/ci/
Drbc_dashboard.py30 class Product: class
46 product: Product
74 def get_build_var(variable, product: Product) -> str: argument
136 async def run_config(product: Product, rbc_product: bool, out_dir: str) -> bool: argument
230 async def test_one_product(product: Product, dirs: Directories) -> ProductResult: argument
283 async def test_one_product_quick(product: Product, dirs: Directories) -> ProductResult: argument
350 def str_to_product(p: str) -> Product:
354 return Product(
363 products = list(map(lambda x: Product(x, 'trunk_staging', 'userdebug'), get_build_var(
364 'all_named_products', Product('aosp_arm64', 'trunk_staging', 'userdebug')).split()))
[all …]
/build/soong/cc/
Dlinker.go117 Vendor, Product struct {
373 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Product.Shared_libs...)
374 …deps.SharedLibs = removeListFromList(deps.SharedLibs, linker.Properties.Target.Product.Exclude_sha…
375 …moveListFromList(deps.ReexportSharedLibHeaders, linker.Properties.Target.Product.Exclude_shared_li…
376 deps.StaticLibs = append(deps.StaticLibs, linker.Properties.Target.Product.Static_libs...)
377 …deps.StaticLibs = removeListFromList(deps.StaticLibs, linker.Properties.Target.Product.Exclude_sta…
378 …deps.HeaderLibs = removeListFromList(deps.HeaderLibs, linker.Properties.Target.Product.Exclude_hea…
379 …moveListFromList(deps.ReexportHeaderLibHeaders, linker.Properties.Target.Product.Exclude_header_li…
380 …moveListFromList(deps.ReexportStaticLibHeaders, linker.Properties.Target.Product.Exclude_static_li…
381 …deps.WholeStaticLibs = removeListFromList(deps.WholeStaticLibs, linker.Properties.Target.Product.E…
[all …]
Dimage.go491 lib.baseCompiler.Properties.Target.Product.Srcs...)
494 lib.baseCompiler.Properties.Target.Product.Exclude_srcs...)
497 lib.baseCompiler.Properties.Target.Product.Exclude_generated_sources...)
499 if lib.Properties.Target.Product.No_stubs {
Dlibrary.go89 Vendor, Product struct {
200 Vendor, Product struct {
292 if ctx.inProduct() && f.Properties.Target.Product.Override_export_include_dirs != nil {
293 return android.PathsForModuleSrc(ctx, f.Properties.Target.Product.Override_export_include_dirs)
553 variantProps = &library.Properties.Target.Product.Header_abi_checker
740 suffix = String(library.Properties.Target.Product.Suffix)
864 …eListFromList(deps.WholeStaticLibs, library.baseLinker.Properties.Target.Product.Exclude_static_li…
865 …removeListFromList(deps.SharedLibs, library.baseLinker.Properties.Target.Product.Exclude_shared_li…
866 …removeListFromList(deps.StaticLibs, library.baseLinker.Properties.Target.Product.Exclude_static_li…
867 …List(deps.ReexportSharedLibHeaders, library.baseLinker.Properties.Target.Product.Exclude_shared_li…
[all …]
Dcompiler.go176 Vendor, Product struct {
375 CheckBadCompilerFlags(ctx, "product.cflags", compiler.Properties.Target.Product.Cflags)
574 flags.Local.CFlags = append(flags.Local.CFlags, esc(compiler.Properties.Target.Product.Cflags)...)
/build/make/tools/ide_query/
Dide_query.go53 Product string member
72 Product: parts[0],
81 return fmt.Sprintf("%s-%s-%s", l.Product, l.Release, l.Variant)
308 "TARGET_PRODUCT=" + env.LunchTarget.Product,
/build/make/core/tasks/
Dvendor_module_check.mk82 $(error Error: Product "$(TARGET_PRODUCT)" cannot have overlay in vendor tree: $(_vendor_package_ov…
/build/bazel/tests/products/
Dproduct_labels.bzl15 """Product definitions for Android's C/C++ toolchain."""
/build/soong/ui/build/
Dsandbox_linux.go206 errMsg := `Product source tree has been set as ReadWrite, RW allowlist not necessary.
/build/make/core/
Dproduct_config.mk218 …$(error Product name must be unique, "$(p)" used by $(call _second,$(filter $(p):%,$(product_paths…
Dproduct_config.rbc106 # Product configuration is created by traversing product's inheritance
114 # PCM means "Product Configuration Module", i.e., a Starlark file
/build/make/tools/droiddoc/
DLICENSE312 A "User Product" is either (1) a "consumer product", which means any
325 "Installation Information" for a User Product means any methods,
327 and execute modified versions of a covered work in that User Product from
334 specifically for use in, a User Product, and the conveying occurs as
336 User Product is transferred to the recipient in perpetuity or for a
341 modified object code on the User Product (for example, the work has
347 the User Product in which it has been modified or installed. Access to a
/build/make/
DChanges.md227 ### Product variables
964 Product config:
/build/bazel/docs/
Dinternal_concepts.md39 Product and board configuration makefile and env variables | Configuration in Bazel (ish) …