Home
last modified time | relevance | path

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

/build/soong/linkerconfig/
Dlinkerconfig.go49 Installable *bool member
85 if !proptools.BoolDefault(l.properties.Installable, true) {
169 installable := proptools.BoolDefault(l.properties.Installable, true)
/build/soong/android/
Dbuildinfo_prop.go31 Installable *bool member
46 return proptools.BoolDefault(p.properties.Installable, true)
/build/soong/kernel/
Dprebuilt_kernel_modules.go55 Installable *bool member
69 return proptools.BoolDefault(pkm.properties.Installable, true)
/build/soong/sysprop/
Dsysprop_library.go224 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/
Dsh_binary.go81 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/
Dprebuilt_etc.go112 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/
Dlinkable.go234 Installable() *bool methodSpec
Dfuzz.go213 if !proptools.BoolDefault(ccLibrary.Installable(), true) {
Dcc.go381 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) &&
Dlibrary.go165 Installable *bool `android:"arch_variant"` member
1972 return library.StaticProperties.Static.Installable
1974 return library.SharedProperties.Shared.Installable
/build/soong/apex/
Dkey.go51 Installable *bool member
Dprebuilt.go99 Installable *bool member
187 return proptools.BoolDefault(p.prebuiltCommonProperties.Installable, true)
Dapex.go158 Installable *bool member
1462 …!a.properties.PreventInstall && (a.properties.Installable == nil || proptools.Bool(a.properties.In…
/build/soong/java/
Dprebuilt_apis.go135 Installable *bool
141 Installable: proptools.BoolPtr(false),
Djava.go985 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 …]
Dfuzz.go64 module.Module.properties.Installable = proptools.BoolPtr(true)
Dandroidmk.go212 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))
Dapp.go211 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)
Dsdk_library.go1883 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)
Dbase.go102 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)
Ddroiddoc.go60 Installable *bool member
Djava_test.go1532 module.properties.Installable)
/build/make/core/
Dsoong_java_prebuilt.mk147 $(call pretty-error,Installable device module must have LOCAL_SOONG_DEX_JAR set)
/build/soong/rust/
Drust.go136 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/
Drequest_type.go416 Installable bool member