Home
last modified time | relevance | path

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

/build/soong/apex/
Dprebuilt.go125 Installable *bool member
139 return p.properties.Installable == nil || proptools.Bool(p.properties.Installable)
267 Installable *bool member
285 return a.properties.Installable == nil || proptools.Bool(a.properties.Installable)
Dkey.go53 Installable *bool member
Dapex.go972 Installable *bool member
1515 …!a.properties.PreventInstall && (a.properties.Installable == nil || proptools.Bool(a.properties.In…
/build/soong/etc/
Dprebuilt_etc.go65 Installable *bool member
170 func (p *PrebuiltEtc) Installable() bool { func
171 return p.properties.Installable == nil || android.Bool(p.properties.Installable)
231 entries.SetString("LOCAL_UNINSTALLABLE_MODULE", strconv.FormatBool(!p.Installable()))
/build/soong/sh/
Dsh_binary.go60 Installable *bool member
134 func (s *ShBinary) Installable() bool { func
135 return s.properties.Installable == nil || proptools.Bool(s.properties.Installable)
/build/soong/sysprop/
Dsysprop_library.go138 Installable *bool member
368 Installable *bool member
475 Installable: m.properties.Installable,
494 Installable: proptools.BoolPtr(false),
/build/soong/java/
Dprebuilt_apis.go82 Installable *bool
87 props.Installable = proptools.BoolPtr(false)
Djava.go191 Installable *bool member
1659 (Bool(j.properties.Installable) || Bool(j.deviceProperties.Compile_dex)) {
1960 return Bool(j.properties.Installable)
2022 if (Bool(j.properties.Installable) || ctx.Host()) && !exclusivelyForApex {
2172 module.Module.properties.Installable = proptools.BoolPtr(true)
2367 module.Module.properties.Installable = proptools.BoolPtr(true)
2382 module.Module.properties.Installable = proptools.BoolPtr(true)
2405 module.Import.properties.Installable = proptools.BoolPtr(true)
2426 module.Module.properties.Installable = proptools.BoolPtr(true)
2511 module.Module.properties.Installable = proptools.BoolPtr(true)
[all …]
Dandroidmk.go196 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !Bool(prebuilt.properties.Installable))
490 if BoolDefault(jd.properties.Installable, true) {
508 if BoolDefault(ddoc.Javadoc.properties.Installable, true) && ddoc.Javadoc.docZip != nil {
Dsdk_library.go1129 Installable *bool
1166 props.Installable = proptools.BoolPtr(false)
1196 Installable *bool
1244 props.Installable = proptools.BoolPtr(false)
1546 module.properties.Installable = proptools.BoolPtr(true)
Dapp.go319 return Bool(a.properties.Installable)
815 if (Bool(a.Module.properties.Installable) || ctx.Host()) && a.IsForPlatform() {
1002 module.Module.properties.Installable = proptools.BoolPtr(true)
1116 module.Module.properties.Installable = proptools.BoolPtr(true)
1166 module.Module.properties.Installable = proptools.BoolPtr(true)
Ddroiddoc.go90 Installable *bool member
/build/make/core/
Dsoong_java_prebuilt.mk124 $(call pretty-error,Installable device module must have LOCAL_SOONG_DEX_JAR set)
/build/soong/cc/
Dcc.go271 Installable *bool member
1596 } else if !proptools.BoolDefault(c.Properties.Installable, true) {
2848 proptools.BoolDefault(c.Properties.Installable, true) &&