/build/soong/linkerconfig/ |
D | linkerconfig.go | 49 Installable *bool member 85 if !proptools.BoolDefault(l.properties.Installable, true) { 169 installable := proptools.BoolDefault(l.properties.Installable, true)
|
/build/soong/android/ |
D | buildinfo_prop.go | 31 Installable *bool member 46 return proptools.BoolDefault(p.properties.Installable, true)
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 55 Installable *bool member 69 return proptools.BoolDefault(pkm.properties.Installable, true)
|
/build/soong/sysprop/ |
D | sysprop_library.go | 224 Installable *bool member 526 Installable *bool member 540 Installable *bool member 651 Installable: m.properties.Installable, 670 Installable: proptools.BoolPtr(false), 683 Installable: proptools.BoolPtr(false),
|
/build/soong/sh/ |
D | sh_binary.go | 81 Installable *bool member 203 func (s *ShBinary) Installable() bool { func 204 return s.properties.Installable == nil || proptools.Bool(s.properties.Installable) 319 if !s.Installable() { 337 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !s.Installable())
|
/build/soong/etc/ |
D | prebuilt_etc.go | 112 Installable *bool member 282 func (p *PrebuiltEtc) Installable() bool { func 283 return p.properties.Installable == nil || proptools.Bool(p.properties.Installable) 406 if !p.Installable() { 474 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !p.Installable())
|
/build/soong/cc/ |
D | linkable.go | 234 Installable() *bool methodSpec
|
D | fuzz.go | 213 if !proptools.BoolDefault(ccLibrary.Installable(), true) {
|
D | cc.go | 381 Installable *bool `android:"arch_variant"` member 2143 if !proptools.BoolDefault(c.Installable(), true) { 3760 func (c *Module) Installable() *bool { func 3766 return c.Properties.Installable 3772 proptools.BoolDefault(c.Installable(), true) &&
|
D | library.go | 165 Installable *bool `android:"arch_variant"` member 1972 return library.StaticProperties.Static.Installable 1974 return library.SharedProperties.Shared.Installable
|
/build/soong/apex/ |
D | key.go | 51 Installable *bool member
|
D | prebuilt.go | 99 Installable *bool member 187 return proptools.BoolDefault(p.prebuiltCommonProperties.Installable, true)
|
D | apex.go | 158 Installable *bool member 1462 …!a.properties.PreventInstall && (a.properties.Installable == nil || proptools.Bool(a.properties.In…
|
/build/soong/java/ |
D | prebuilt_apis.go | 135 Installable *bool 141 Installable: proptools.BoolPtr(false),
|
D | java.go | 985 if (Bool(j.properties.Installable) || ctx.Host()) && apexInfo.IsForPlatform() { 1206 module.Module.properties.Installable = proptools.BoolPtr(true) 1664 module.Module.properties.Installable = proptools.BoolPtr(true) 1681 module.Module.properties.Installable = proptools.BoolPtr(true) 1705 module.Import.properties.Installable = proptools.BoolPtr(true) 1737 th.properties.Installable = installable 1869 module.Module.properties.Installable = proptools.BoolPtr(true) 1887 module.Module.properties.Installable = proptools.BoolPtr(true) 2407 Installable *bool member 2757 if !Bool(j.properties.Installable) { [all …]
|
D | fuzz.go | 64 module.Module.properties.Installable = proptools.BoolPtr(true)
|
D | androidmk.go | 212 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !Bool(prebuilt.properties.Installable)) 528 if BoolDefault(jd.properties.Installable, true) { 549 …etBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !BoolDefault(ddoc.Javadoc.properties.Installable, true))
|
D | app.go | 211 return Bool(a.properties.Installable) 929 …shouldInstallAppPackage := (Bool(a.Module.properties.Installable) || ctx.Host()) && apexInfo.IsFor… 1227 module.Module.properties.Installable = proptools.BoolPtr(true) 1454 module.Module.properties.Installable = proptools.BoolPtr(true) 1510 module.Module.properties.Installable = proptools.BoolPtr(true)
|
D | sdk_library.go | 1883 Installable *bool member 1912 props.Installable = proptools.BoolPtr(false) 1957 Installable *bool 2002 props.Installable = proptools.BoolPtr(false) 2488 module.properties.Installable = proptools.BoolPtr(true)
|
D | base.go | 102 Installable *bool member 611 installable := proptools.Bool(j.properties.Installable) 1638 if ctx.Device() && (Bool(j.properties.Installable) || Bool(compileDex)) { 2121 return Bool(j.properties.Installable)
|
D | droiddoc.go | 60 Installable *bool member
|
D | java_test.go | 1532 module.properties.Installable)
|
/build/make/core/ |
D | soong_java_prebuilt.mk | 147 $(call pretty-error,Installable device module must have LOCAL_SOONG_DEX_JAR set)
|
/build/soong/rust/ |
D | rust.go | 136 Installable *bool member 717 if !proptools.BoolDefault(mod.Installable(), mod.EverInstallable()) { 852 func (mod *Module) Installable() *bool { func 853 return mod.Properties.Installable 960 if !proptools.BoolDefault(mod.Installable(), mod.EverInstallable()) && !mod.ProcMacro() {
|
/build/soong/bazel/cquery/ |
D | request_type.go | 416 Installable bool member
|