/aosp12/system/sepolicy/build/soong/ |
H A D | policy.go | 59 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 D | sepolicy_vers.go | 53 Installable *bool member 57 return proptools.BoolDefault(v.properties.Installable, true)
|
H A D | versioned_policy.go | 56 Installable *bool member 82 return proptools.BoolDefault(m.properties.Installable, true)
|
/aosp12/packages/modules/Gki/build/ |
H A D | properties.go | 40 Installable *bool member 47 Installable *bool member
|
H A D | gki.go | 50 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 D | prebuilt_etc.go | 97 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 D | linkerconfig.go | 50 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 D | sysprop_library.go | 146 Installable *bool member 412 Installable *bool member 519 Installable: m.properties.Installable, 538 Installable: proptools.BoolPtr(false),
|
/aosp12/build/soong/java/ |
H A D | java.go | 511 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 D | prebuilt_apis.go | 97 Installable *bool 103 props.Installable = proptools.BoolPtr(false)
|
H A D | app.go | 173 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 D | androidmk.go | 202 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 D | sdk_library.go | 1339 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 D | base.go | 93 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 D | properties.go | 54 Installable *bool member
|
/aosp12/build/soong/sh/ |
H A D | sh_binary.go | 84 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 D | properties.go | 70 Installable *bool member
|
H A D | aidl_interface_backends.go | 256 Installable: proptools.BoolPtr(true),
|
/aosp12/system/tools/xsdc/build/ |
H A D | xsdc.go | 115 Installable *bool member 286 Installable: proptools.BoolPtr(false),
|
/aosp12/build/soong/cc/ |
H A D | linkable.go | 236 Installable() *bool
|
H A D | cc.go | 337 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 D | key.go | 57 Installable *bool member
|
H A D | prebuilt.go | 84 Installable *bool member 161 return proptools.BoolDefault(p.prebuiltCommonProperties.Installable, true)
|
/aosp12/build/make/core/ |
H A D | soong_java_prebuilt.mk | 143 $(call pretty-error,Installable device module must have LOCAL_SOONG_DEX_JAR set)
|
/aosp12/build/soong/rust/ |
H A D | rust.go | 100 Installable *bool member 740 func (mod *Module) Installable() *bool { func 741 return mod.Properties.Installable
|