Home
last modified time | relevance | path

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

12

/build/soong/ui/build/
Dsandbox_linux.go28 Enabled bool member
37 Enabled: true,
44 Enabled: true,
64 if !c.Sandbox.Enabled {
/build/soong/rust/
Ddoc.go33 if !module.Enabled() {
Dlibrary.go47 Enabled *bool `android:"arch_variant"` member
167 return library.MutatedProperties.BuildRlib && BoolDefault(library.Properties.Rlib.Enabled, true)
171 return library.MutatedProperties.BuildDylib && BoolDefault(library.Properties.Dylib.Enabled, true)
175 …return library.MutatedProperties.BuildShared && BoolDefault(library.Properties.Shared.Enabled, tru…
179 …return library.MutatedProperties.BuildStatic && BoolDefault(library.Properties.Static.Enabled, tru…
639 if !v.Enabled() {
Dfuzz.go146 if !rustModule.Enabled() || rustModule.Properties.PreventInstall ||
Dsanitize.go132 if !mod.Enabled() {
/build/soong/apex/
Dkey.go133 if m, ok := module.(*apexBundle); ok && m.Enabled() && m.installable() {
149 if m, ok := module.(*Prebuilt); ok && m.Enabled() && m.installable() &&
162 if m, ok := module.(*ApexSet); ok && m.Enabled() {
Dapex.go942 if !mctx.Module().Enabled() {
956 if !mctx.Module().Enabled() {
968 if !mctx.Module().Enabled() {
983 if !mctx.Module().Enabled() {
1048 if !mctx.Module().Enabled() {
1107 if !mctx.Module().Enabled() {
1175 if !mctx.Module().Enabled() {
/build/soong/java/
Dboot_jars.go25 if !module.Enabled() {
Ddexpreopt.go56 Enabled *bool
92 if !BoolDefault(d.dexpreoptProperties.Dex_preopt.Enabled, true) {
Ddex.go38 Enabled *bool
84 return BoolDefault(d.dexProperties.Optimize.Enabled, d.dexProperties.Optimize.EnabledByDefault)
Djdeps.go56 if !module.Enabled() {
Dapp_import_test.go392 if variant.Module().Enabled() {
431 if !a.Enabled() {
Dplatform_compat_config.go241 if !module.Enabled() {
Dlint.go38 Enabled *bool
178 return BoolDefault(l.properties.Lint.Enabled, true)
/build/soong/android/
Dprebuilt.go209 if !module.Enabled() {
299 if p := GetEmbeddedPrebuilt(m); p != nil && m.Enabled() && !p.properties.PrebuiltRenamedToSource {
372 return source == nil || !source.Enabled()
Dvariable.go48 Enabled *bool `android:"arch_variant"`
120 Enabled *bool
125 Enabled *bool `android:"arch_variant"`
144 Enabled *bool
Darch_test.go352 if m.Module().Enabled() {
435 if m.Module().Enabled() {
Dneverallow_test.go333 Enabled *bool
Dprebuilt_test.go350 moduleIsDisabled := !foo.Module().Enabled()
/build/soong/cc/
Dfuzz.go345 Enabled *bool
348 Enabled *bool
352 disableDarwinAndLinuxBionic.Target.Darwin.Enabled = BoolPtr(false)
353 disableDarwinAndLinuxBionic.Target.Linux_bionic.Enabled = BoolPtr(false)
411 if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
Dndk_sysroot.go102 if m, ok := module.(android.Module); ok && !m.Enabled() {
Dlibrary.go97 Enabled *bool
152 Enabled *bool `android:"arch_variant"` member
802 return Bool(library.Properties.Header_abi_checker.Enabled)
806 return !BoolDefault(library.Properties.Header_abi_checker.Enabled, true)
1592 BoolDefault(library.StaticProperties.Static.Enabled, true)
1598 BoolDefault(library.SharedProperties.Shared.Enabled, true)
/build/soong/python/
Dbinary.go87 py3Enabled := proptools.BoolDefault(m.properties.Version.Py3.Enabled, false)
88 py2Enabled := proptools.BoolDefault(m.properties.Version.Py2.Enabled, false)
Dpython.go48 Enabled *bool `android:"arch_variant"` member
116 Enabled *bool `blueprint:"mutated"` member
284 if proptools.BoolDefault(base.properties.Version.Py3.Enabled, true) {
288 if proptools.BoolDefault(base.properties.Version.Py2.Enabled, false) {
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go389Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty… member
422 return m.Enabled
428Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty… member
461 return m.Enabled
623 Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` member
668 return m.Enabled

12