Lines Matching refs:commonProperties
635 type commonProperties struct { struct
1017 &base.commonProperties,
1027 setPrimaryVisibilityProperty(m, "visibility", &base.commonProperties.Visibility)
1031 setPrimaryLicensesProperty(m, "licenses", &base.commonProperties.Licenses)
1044 base.commonProperties.HostOrDeviceSupported = hod
1045 base.commonProperties.Default_multilib = string(defaultMultilib)
1046 base.commonProperties.ArchSpecific = true
1047 base.commonProperties.UseTargetVariants = true
1067 m.base().commonProperties.UseTargetVariants = false
1082 m.base().commonProperties.UseTargetVariants = false
1083 m.base().commonProperties.CreateCommonOSVariant = true
1134 commonProperties commonProperties member
1226 sb.WriteString(m.commonProperties.DebugName)
1228 for i := range m.commonProperties.DebugMutators {
1232 sb.WriteString(m.commonProperties.DebugMutators[i])
1234 sb.WriteString(m.commonProperties.DebugVariations[i])
1300 return m.commonProperties.CompileTarget
1304 return m.commonProperties.CompilePrimary
1308 return m.commonProperties.CompileMultiTargets
1328 return m.commonProperties.ArchSpecific
1333 return m.commonProperties.CommonOSVariant
1356 hod := m.commonProperties.HostOrDeviceSupported
1367 hod := m.commonProperties.HostOrDeviceSupported
1379 hod := m.commonProperties.HostOrDeviceSupported
1391 return Bool(m.commonProperties.Device_specific)
1395 …return Bool(m.commonProperties.Vendor) || Bool(m.commonProperties.Proprietary) || Bool(m.commonPro…
1399 return Bool(m.commonProperties.Product_specific)
1403 return Bool(m.commonProperties.System_ext_specific)
1448 if m.commonProperties.ForcedDisabled {
1451 if m.commonProperties.Enabled == nil {
1454 return *m.commonProperties.Enabled
1458 m.commonProperties.ForcedDisabled = true
1463 m.commonProperties.HideFromMake = true
1468 return m.commonProperties.HideFromMake == true
1473 m.commonProperties.SkipInstall = true
1479 return m.commonProperties.SkipInstall
1492 m.commonProperties.ReplacedByPrebuilt = true
1497 return m.commonProperties.ReplacedByPrebuilt
1501 return m.commonProperties.NamespaceExportedToMake
1548 return Bool(m.commonProperties.Ramdisk)
1552 return Bool(m.commonProperties.Vendor_ramdisk)
1556 return Bool(m.commonProperties.Debug_ramdisk)
1560 return Bool(m.commonProperties.Recovery)
1576 return String(m.commonProperties.Owner)
1584 m.commonProperties.ImageVariation = variant
1590 Variation: m.base().commonProperties.ImageVariation,
1595 for i, v := range m.commonProperties.DebugMutators {
1597 return m.commonProperties.DebugVariations[i]
1605 return m.base().commonProperties.ImageVariation == RamdiskVariation
1609 return m.base().commonProperties.ImageVariation == VendorRamdiskVariation
1613 return m.base().commonProperties.ImageVariation == DebugRamdiskVariation
1617 return m.base().commonProperties.ImageVariation == RecoveryVariation
1621 return m.base().commonProperties.Required
1625 return m.base().commonProperties.Host_required
1629 return m.base().commonProperties.Target_required
1683 …var socSpecific = Bool(m.commonProperties.Vendor) || Bool(m.commonProperties.Proprietary) || Bool(…
1684 var deviceSpecific = Bool(m.commonProperties.Device_specific)
1685 var productSpecific = Bool(m.commonProperties.Product_specific)
1686 var systemExtSpecific = Bool(m.commonProperties.System_ext_specific)
1691 if Bool(m.commonProperties.Vendor) {
1694 if Bool(m.commonProperties.Proprietary) {
1697 if Bool(m.commonProperties.Soc_specific) {
1716 if Bool(m.commonProperties.Vendor) {
1719 if Bool(m.commonProperties.Proprietary) {
1722 if Bool(m.commonProperties.Soc_specific) {
1753 os: m.commonProperties.CompileOS,
1754 target: m.commonProperties.CompileTarget,
1755 targetPrimary: m.commonProperties.CompilePrimary,
1756 multiTargets: m.commonProperties.CompileMultiTargets,
1826 notice := proptools.StringDefault(m.commonProperties.Notice, "")
1855 m.initRcPaths = PathsForModuleSrc(ctx, m.commonProperties.Init_rc)
1861 m.vintfFragmentsPaths = PathsForModuleSrc(ctx, m.commonProperties.Vintf_fragments)
2233 missingDeps = append(missingDeps, m.Module().base().commonProperties.MissingDeps...)
2241 missingDeps := &b.Module().base().commonProperties.MissingDeps
2569 m.commonProperties.Vendor = boolPtr(false)
2570 m.commonProperties.Proprietary = boolPtr(false)
2571 m.commonProperties.Soc_specific = boolPtr(false)
2572 m.commonProperties.Product_specific = boolPtr(false)
2573 m.commonProperties.System_ext_specific = boolPtr(false)
2577 m.commonProperties.Vendor = boolPtr(false)
2578 m.commonProperties.Proprietary = boolPtr(false)
2579 m.commonProperties.Soc_specific = boolPtr(false)
2580 m.commonProperties.Product_specific = boolPtr(false)
2581 m.commonProperties.System_ext_specific = boolPtr(true)
2586 return proptools.Bool(m.commonProperties.Native_bridge_supported)
2630 if m.module.base().commonProperties.SkipInstall {
2634 if m.module.base().commonProperties.HideFromMake {
2641 if !m.module.base().commonProperties.NamespaceExportedToMake {