• Home
  • Raw
  • Download

Lines Matching defs:commonProperties

280 type commonProperties struct {  struct
288 Enabled proptools.Configurable[bool] `android:"arch_variant,replace_instead_of_append"`
333 Visibility []string
336 Licenses []string
339 Effective_package_name *string `blueprint:"mutated"`
341 Effective_license_text NamedPaths `blueprint:"mutated"`
343 Effective_license_kinds []string `blueprint:"mutated"`
345 Effective_license_conditions []string `blueprint:"mutated"`
351 Compile_multilib *string `android:"arch_variant"`
353 Target struct {
367 UseTargetVariants bool `blueprint:"mutated"`
368 Default_multilib string `blueprint:"mutated"`
371 Proprietary *bool
374 Owner *string
379 Vendor *bool
383 Soc_specific *bool
389 Device_specific *bool
394 Product_specific *bool
398 System_ext_specific *bool
401 Recovery *bool
404 Ramdisk *bool
407 Vendor_ramdisk *bool
410 Debug_ramdisk *bool
413 System_dlkm_specific *bool
416 Vendor_dlkm_specific *bool
419 Odm_dlkm_specific *bool
422 Native_bridge_supported *bool `android:"arch_variant"`
425 Init_rc proptools.Configurable[[]string] `android:"arch_variant,path"`
428 Vintf_fragments proptools.Configurable[[]string] `android:"path"`
433 CompileOS OsType `blueprint:"mutated"`
437 ArchReady bool `blueprint:"mutated"`
442 CompileTarget Target `blueprint:"mutated"`
457 CompileMultiTargets []Target `blueprint:"mutated"`
462 CompilePrimary bool `blueprint:"mutated"`
465 HostOrDeviceSupported HostOrDeviceSupported `blueprint:"mutated"`
466 ArchSpecific bool `blueprint:"mutated"`
476 CreateCommonOSVariant bool `blueprint:"mutated"`
481 No_full_install *bool
485 HideFromMake bool `blueprint:"mutated"`
490 SkipInstall bool `blueprint:"mutated"`
496 UninstallableApexPlatformVariant bool `blueprint:"mutated"`
499 ReplacedByPrebuilt bool `blueprint:"mutated"`
502 ForcedDisabled bool `blueprint:"mutated"`
504 NamespaceExportedToMake bool `blueprint:"mutated"`
506 MissingDeps []string `blueprint:"mutated"`
507 CheckedMissingDeps bool `blueprint:"mutated"`
510 DebugName string `blueprint:"mutated"`
511 DebugMutators []string `blueprint:"mutated"`
512 DebugVariations []string `blueprint:"mutated"`
517 ImageVariation string `blueprint:"mutated"`
520 Team *string `android:"path"`
523 Vintf_fragment_modules proptools.Configurable[[]string] `android:"path"`
527 Overrides []string
531 Use_generic_config *bool
857 commonProperties commonProperties member