Home
last modified time | relevance | path

Searched refs:PreventInstall (Results 1 – 13 of 13) sorted by relevance

/aosp12/build/soong/cc/
H A Dsdk.go52 modules[0].(*Module).Properties.PreventInstall = true
57 modules[1].(*Module).Properties.PreventInstall = true
H A Dlinkable.go230 PreventInstall() bool
H A Dlto.go243 variation.Properties.PreventInstall = true
H A Dcoverage.go225 m[0].(*Module).Properties.PreventInstall = true
H A Dcc.go287 PreventInstall bool `blueprint:"mutated"` member
831 c.Properties.PreventInstall = true
1511 return ctx.mod.Properties.PreventInstall
3170 func (c *Module) PreventInstall() bool { func
3171 return c.Properties.PreventInstall
3182 !c.PreventInstall() && c.OutputFile().Valid()
H A Dfuzz.go411 if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
H A Dtest.go232 allTests.(*Module).Properties.PreventInstall = true
H A Dlibrary.go2073 c.Properties.PreventInstall = true
/aosp12/build/soong/rust/
H A Drust.go98 PreventInstall bool member
140 mod.Properties.PreventInstall = true
481 func (mod *Module) PreventInstall() bool { func
482 return mod.Properties.PreventInstall
628 return mod.OutputFile().Valid() && !mod.Properties.PreventInstall
H A Dfuzz.go146 if !rustModule.Enabled() || rustModule.Properties.PreventInstall ||
/aosp12/build/soong/apex/
H A Dapex.go191 PreventInstall bool `blueprint:"mutated"` member
1254 a.properties.PreventInstall = true
1299 …return !a.properties.PreventInstall && (a.properties.Installable == nil || proptools.Bool(a.proper…
/aosp12/build/soong/java/
H A Dapp.go108 PreventInstall bool `blueprint:"mutated"` member
897 a.appProperties.PreventInstall = true
H A Dandroidmk.go330 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", app.appProperties.PreventInstall)