Home
last modified time | relevance | path

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

/build/soong/android/
Dsh_binary.go50 Installable *bool member
96 func (s *ShBinary) Installable() bool { func
97 return s.properties.Installable == nil || Bool(s.properties.Installable)
Dprebuilt_etc.go56 Installable *bool member
108 func (p *PrebuiltEtc) Installable() bool { func
109 return p.properties.Installable == nil || Bool(p.properties.Installable)
159 fmt.Fprintln(w, "LOCAL_UNINSTALLABLE_MODULE :=", !p.Installable())
/build/soong/java/
Dprebuilt_apis.go77 Installable *bool
83 props.Installable = proptools.BoolPtr(false)
Djava.go115 Installable *bool member
1265 if ctx.Device() && (Bool(j.properties.Installable) || Bool(j.deviceProperties.Compile_dex)) {
1491 j.dexpreopter.isInstallable = Bool(j.properties.Installable)
1496 …if (Bool(j.properties.Installable) || ctx.Host()) && !android.DirectlyInAnyApex(ctx, ctx.ModuleNam…
1546 module.Module.properties.Installable = proptools.BoolPtr(true)
1624 module.Module.properties.Installable = proptools.BoolPtr(true)
1659 module.Module.properties.Installable = proptools.BoolPtr(true)
1748 module.Module.properties.Installable = proptools.BoolPtr(true)
1767 module.Module.properties.Installable = proptools.BoolPtr(true)
1783 Installable *bool member
[all …]
Dapp.go285 a.dexpreopter.isInstallable = Bool(a.properties.Installable)
505 module.Module.properties.Installable = proptools.BoolPtr(true)
574 module.Module.properties.Installable = proptools.BoolPtr(true)
615 module.Module.properties.Installable = proptools.BoolPtr(true)
Dsdk_library.go452 Installable *bool
480 props.Installable = proptools.BoolPtr(false)
753 module.Library.Module.properties.Installable = proptools.BoolPtr(true)
Dandroidmk.go146 fmt.Fprintln(w, "LOCAL_UNINSTALLABLE_MODULE := ", !Bool(prebuilt.properties.Installable))
400 if BoolDefault(jd.properties.Installable, true) {
418 if BoolDefault(ddoc.Javadoc.properties.Installable, true) && ddoc.Javadoc.docZip != nil {
Ddroiddoc.go191 Installable *bool member
/build/soong/apex/
Dkey.go53 Installable *bool member
Dapex.go256 Installable *bool member
551 return a.properties.Installable == nil || proptools.Bool(a.properties.Installable)
1319 Installable *bool member
1326 return p.properties.Installable == nil || proptools.Bool(p.properties.Installable)
/build/make/core/
Dsoong_java_prebuilt.mk114 $(call pretty-error,Installable device module must have LOCAL_SOONG_DEX_JAR set)