Lines Matching defs:commonProperties

260 type commonProperties struct {  struct
268 Enabled proptools.Configurable[bool] `android:"arch_variant,replace_instead_of_append"`
313 Visibility []string
316 Licenses []string
319 Effective_licenses []string `blueprint:"mutated"`
321 Effective_package_name *string `blueprint:"mutated"`
323 Effective_license_text NamedPaths `blueprint:"mutated"`
325 Effective_license_kinds []string `blueprint:"mutated"`
327 Effective_license_conditions []string `blueprint:"mutated"`
333 Compile_multilib *string `android:"arch_variant"`
335 Target struct {
349 UseTargetVariants bool `blueprint:"mutated"`
350 Default_multilib string `blueprint:"mutated"`
353 Proprietary *bool
356 Owner *string
361 Vendor *bool
365 Soc_specific *bool
371 Device_specific *bool
376 Product_specific *bool
380 System_ext_specific *bool
383 Recovery *bool
386 Ramdisk *bool
389 Vendor_ramdisk *bool
392 Debug_ramdisk *bool
395 System_dlkm_specific *bool
398 Vendor_dlkm_specific *bool
401 Odm_dlkm_specific *bool
404 Native_bridge_supported *bool `android:"arch_variant"`
407 Init_rc proptools.Configurable[[]string] `android:"arch_variant,path"`
410 Vintf_fragments proptools.Configurable[[]string] `android:"path"`
413 Required proptools.Configurable[[]string] `android:"arch_variant"`
416 Host_required []string `android:"arch_variant"`
419 Target_required []string `android:"arch_variant"`
424 CompileOS OsType `blueprint:"mutated"`
428 ArchReady bool `blueprint:"mutated"`
433 CompileTarget Target `blueprint:"mutated"`
448 CompileMultiTargets []Target `blueprint:"mutated"`
453 CompilePrimary bool `blueprint:"mutated"`
456 HostOrDeviceSupported HostOrDeviceSupported `blueprint:"mutated"`
457 ArchSpecific bool `blueprint:"mutated"`
467 CreateCommonOSVariant bool `blueprint:"mutated"`
472 No_full_install *bool
476 HideFromMake bool `blueprint:"mutated"`
481 SkipInstall bool `blueprint:"mutated"`
487 UninstallableApexPlatformVariant bool `blueprint:"mutated"`
490 ReplacedByPrebuilt bool `blueprint:"mutated"`
493 ForcedDisabled bool `blueprint:"mutated"`
495 NamespaceExportedToMake bool `blueprint:"mutated"`
497 MissingDeps []string `blueprint:"mutated"`
498 CheckedMissingDeps bool `blueprint:"mutated"`
501 DebugName string `blueprint:"mutated"`
502 DebugMutators []string `blueprint:"mutated"`
503 DebugVariations []string `blueprint:"mutated"`
508 ImageVariation string `blueprint:"mutated"`
511 Team *string `android:"path"`
514 Vintf_fragment_modules proptools.Configurable[[]string] `android:"path"`
518 Overrides []string
836 commonProperties commonProperties member