diff options
Diffstat (limited to 'android/paths.go')
-rw-r--r-- | android/paths.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/paths.go b/android/paths.go index e45795989..6322f7566 100644 --- a/android/paths.go +++ b/android/paths.go @@ -94,6 +94,7 @@ type ModuleWithDepsPathContext interface { EarlyModulePathContext VisitDirectDepsBlueprint(visit func(blueprint.Module)) OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag + HasMutatorFinished(mutatorName string) bool } // ModuleMissingDepsPathContext is a subset of *ModuleContext methods required by |