Home
last modified time | relevance | path

Searched refs:IsSkipInstall (Results 1 – 3 of 3) sorted by relevance

/build/soong/provenance/
Dprovenance_singleton.go73 if !module.Enabled(context) || module.IsSkipInstall() {
/build/soong/cc/
Dandroidmk.go118 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", c.IsSkipInstall())
/build/soong/android/
Dmodule.go90 IsSkipInstall() bool methodSpec
1442 func (m *ModuleBase) IsSkipInstall() bool { func
1490 if !dep.IsHideFromMake() && !dep.IsSkipInstall() {