Home
last modified time | relevance | path

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

/aosp12/art/build/
H A Dart.go308 if ctx.Os() != android.BuildOs || ctx.Module().IsSkipInstall() {
/aosp12/build/soong/android/
H A Dmodule.go468 IsSkipInstall() bool
1478 func (m *ModuleBase) IsSkipInstall() bool { func