Searched refs:Installable (Results 1 – 14 of 14) sorted by relevance
125 Installable *bool member139 return p.properties.Installable == nil || proptools.Bool(p.properties.Installable)267 Installable *bool member285 return a.properties.Installable == nil || proptools.Bool(a.properties.Installable)
53 Installable *bool member
972 Installable *bool member1515 …!a.properties.PreventInstall && (a.properties.Installable == nil || proptools.Bool(a.properties.In…
65 Installable *bool member170 func (p *PrebuiltEtc) Installable() bool { func171 return p.properties.Installable == nil || android.Bool(p.properties.Installable)231 entries.SetString("LOCAL_UNINSTALLABLE_MODULE", strconv.FormatBool(!p.Installable()))
60 Installable *bool member134 func (s *ShBinary) Installable() bool { func135 return s.properties.Installable == nil || proptools.Bool(s.properties.Installable)
138 Installable *bool member368 Installable *bool member475 Installable: m.properties.Installable,494 Installable: proptools.BoolPtr(false),
82 Installable *bool87 props.Installable = proptools.BoolPtr(false)
191 Installable *bool member1659 (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 …]
196 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 {
1129 Installable *bool1166 props.Installable = proptools.BoolPtr(false)1196 Installable *bool1244 props.Installable = proptools.BoolPtr(false)1546 module.properties.Installable = proptools.BoolPtr(true)
319 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)
90 Installable *bool member
124 $(call pretty-error,Installable device module must have LOCAL_SOONG_DEX_JAR set)
271 Installable *bool member1596 } else if !proptools.BoolDefault(c.Properties.Installable, true) {2848 proptools.BoolDefault(c.Properties.Installable, true) &&