Home
last modified time | relevance | path

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

/build/soong/cc/
Dsdk.go46 modules[0].(*Module).Properties.PreventInstall = true
49 modules[1].(*Module).Properties.PreventInstall = true
Dcoverage.go197 PreventInstall() methodSpec
215 m[0].(*Module).Properties.PreventInstall = true
230 m[0].(Coverage).PreventInstall()
Dlto.go215 variation.Properties.PreventInstall = true
Dfuzz.go374 if !ccModule.Enabled() || ccModule.Properties.PreventInstall ||
Dsanitize.go1034 modules[0].(*Module).Properties.PreventInstall = true
1037 modules[1].(*Module).Properties.PreventInstall = true
Dtest.go216 all_tests.(*Module).Properties.PreventInstall = true
Dcc.go236 PreventInstall bool `blueprint:"mutated"` member
666 c.Properties.PreventInstall = true
2849 !c.Properties.PreventInstall && c.outputFile.Valid()
/build/soong/rust/
Drust.go67 PreventInstall bool member
337 func (mod *Module) PreventInstall() { func
338 mod.Properties.PreventInstall = true
673 if !mod.Properties.PreventInstall {
/build/soong/apex/
Dapex.go986 PreventInstall bool `blueprint:"mutated"` member
1515 …return !a.properties.PreventInstall && (a.properties.Installable == nil || proptools.Bool(a.proper…
1600 func (a *apexBundle) PreventInstall() { func
1601 a.properties.PreventInstall = true
/build/soong/java/
Dapp.go246 PreventInstall bool `blueprint:"mutated"` member
978 func (a *AndroidApp) PreventInstall() { func
979 a.appProperties.PreventInstall = true
Dandroidmk.go318 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", app.appProperties.PreventInstall)