Home
last modified time | relevance | path

Searched refs:Enabled (Results 1 – 7 of 7) sorted by relevance

/build/soong/cc/
Dlibrary.go32 Enabled *bool `android:"arch_variant"`
41 Enabled *bool `android:"arch_variant"`
665 (library.Properties.Static.Enabled == nil || *library.Properties.Static.Enabled)
670 (library.Properties.Shared.Enabled == nil || *library.Properties.Shared.Enabled)
Dcc.go673 if !c.Enabled() {
788 if c, ok := ctx.Module().(*Module); ok && c.Enabled() {
932 if !a.Enabled() {
/build/soong/android/
Dmodule.go104 Enabled() bool methodSpec
120 Enabled *bool `android:"arch_variant"` member
370 func (a *ModuleBase) Enabled() bool { func
371 if a.commonProperties.Enabled == nil {
374 return *a.commonProperties.Enabled
482 if a.Enabled() {
Dprebuilt.go129 return source == nil || !source.Enabled()
Dandroidmk.go154 if !amod.Enabled() {
Dvariable.go41 Enabled *bool `android:"arch_variant"`
Darch.go323 module.base().commonProperties.Enabled = boolPtr(false)