Searched refs:Installable (Results 1 – 11 of 11) sorted by relevance
50 Installable *bool member96 func (s *ShBinary) Installable() bool { func97 return s.properties.Installable == nil || Bool(s.properties.Installable)
56 Installable *bool member108 func (p *PrebuiltEtc) Installable() bool { func109 return p.properties.Installable == nil || Bool(p.properties.Installable)159 fmt.Fprintln(w, "LOCAL_UNINSTALLABLE_MODULE :=", !p.Installable())
77 Installable *bool83 props.Installable = proptools.BoolPtr(false)
115 Installable *bool member1265 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 …]
285 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)
452 Installable *bool480 props.Installable = proptools.BoolPtr(false)753 module.Library.Module.properties.Installable = proptools.BoolPtr(true)
146 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 {
191 Installable *bool member
53 Installable *bool member
256 Installable *bool member551 return a.properties.Installable == nil || proptools.Bool(a.properties.Installable)1319 Installable *bool member1326 return p.properties.Installable == nil || proptools.Bool(p.properties.Installable)
114 $(call pretty-error,Installable device module must have LOCAL_SOONG_DEX_JAR set)