Home
last modified time | relevance | path

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

12

/aosp12/system/sepolicy/build/soong/
H A Dpolicy.go59 Installable *bool member
81 return proptools.BoolDefault(c.properties.Installable, true)
236 Installable *bool member
257 func (c *policyCil) Installable() bool { func
258 return proptools.BoolDefault(c.properties.Installable, true)
337 if !c.Installable() {
348 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !c.Installable())
H A Dsepolicy_vers.go53 Installable *bool member
57 return proptools.BoolDefault(v.properties.Installable, true)
H A Dversioned_policy.go56 Installable *bool member
82 return proptools.BoolDefault(m.properties.Installable, true)
/aosp12/packages/modules/Gki/build/
H A Dproperties.go40 Installable *bool member
47 Installable *bool member
H A Dgki.go50 Installable *bool member
135 Installable: proptools.BoolPtr(false),
145 Installable: proptools.BoolPtr(false),
193 overrideInstallable := g.properties.Installable
208 Installable: overrideInstallable,
/aosp12/build/soong/etc/
H A Dprebuilt_etc.go97 Installable *bool member
270 func (p *PrebuiltEtc) Installable() bool { func
271 return p.properties.Installable == nil || proptools.Bool(p.properties.Installable)
325 if !p.Installable() {
362 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !p.Installable())
/aosp12/build/soong/linkerconfig/
H A Dlinkerconfig.go50 Installable *bool member
97 if !proptools.BoolDefault(l.properties.Installable, true) {
152 installable := proptools.BoolDefault(l.properties.Installable, true)
/aosp12/build/soong/sysprop/
H A Dsysprop_library.go146 Installable *bool member
412 Installable *bool member
519 Installable: m.properties.Installable,
538 Installable: proptools.BoolPtr(false),
/aosp12/build/soong/java/
H A Djava.go511 if (Bool(j.properties.Installable) || ctx.Host()) && !exclusivelyForApex {
678 module.Module.properties.Installable = proptools.BoolPtr(true)
932 module.Module.properties.Installable = proptools.BoolPtr(true)
948 module.Module.properties.Installable = proptools.BoolPtr(true)
971 module.Import.properties.Installable = proptools.BoolPtr(true)
1004 th.properties.Installable = installable
1099 module.Module.properties.Installable = proptools.BoolPtr(true)
1116 module.Module.properties.Installable = proptools.BoolPtr(true)
1138 Installable *bool member
1314 if Bool(j.properties.Installable) {
[all …]
H A Dprebuilt_apis.go97 Installable *bool
103 props.Installable = proptools.BoolPtr(false)
H A Dapp.go173 return Bool(a.properties.Installable)
716 if (Bool(a.Module.properties.Installable) || ctx.Host()) && apexInfo.IsForPlatform() {
920 module.Module.properties.Installable = proptools.BoolPtr(true)
1037 module.Module.properties.Installable = proptools.BoolPtr(true)
1086 module.Module.properties.Installable = proptools.BoolPtr(true)
H A Dandroidmk.go202 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !Bool(prebuilt.properties.Installable))
508 if BoolDefault(jd.properties.Installable, true) {
529 …etBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !BoolDefault(ddoc.Javadoc.properties.Installable, true))
H A Dsdk_library.go1339 Installable *bool
1367 props.Installable = proptools.BoolPtr(false)
1406 Installable *bool
1447 props.Installable = proptools.BoolPtr(false)
1764 module.properties.Installable = proptools.BoolPtr(true)
H A Dbase.go93 Installable *bool member
1207 if ctx.Device() && (Bool(j.properties.Installable) || Bool(j.dexProperties.Compile_dex)) {
1504 return Bool(j.properties.Installable)
/aosp12/system/tools/hidl/build/
H A Dproperties.go54 Installable *bool member
/aosp12/build/soong/sh/
H A Dsh_binary.go84 Installable *bool member
189 func (s *ShBinary) Installable() bool { func
190 return s.properties.Installable == nil || proptools.Bool(s.properties.Installable)
/aosp12/system/tools/aidl/build/
H A Dproperties.go70 Installable *bool member
H A Daidl_interface_backends.go256 Installable: proptools.BoolPtr(true),
/aosp12/system/tools/xsdc/build/
H A Dxsdc.go115 Installable *bool member
286 Installable: proptools.BoolPtr(false),
/aosp12/build/soong/cc/
H A Dlinkable.go236 Installable() *bool
H A Dcc.go337 Installable *bool member
1799 if !proptools.BoolDefault(c.Properties.Installable, true) {
3174 func (c *Module) Installable() *bool { func
3175 return c.Properties.Installable
3181 proptools.BoolDefault(c.Installable(), true) &&
/aosp12/build/soong/apex/
H A Dkey.go57 Installable *bool member
H A Dprebuilt.go84 Installable *bool member
161 return proptools.BoolDefault(p.prebuiltCommonProperties.Installable, true)
/aosp12/build/make/core/
H A Dsoong_java_prebuilt.mk143 $(call pretty-error,Installable device module must have LOCAL_SOONG_DEX_JAR set)
/aosp12/build/soong/rust/
H A Drust.go100 Installable *bool member
740 func (mod *Module) Installable() *bool { func
741 return mod.Properties.Installable

12