Merge "Add HasMutatorFinished" into main

This commit is contained in:
Cole Faust
2024-09-12 00:02:10 +00:00
committed by Gerrit Code Review
9 changed files with 24 additions and 12 deletions

View File

@@ -502,6 +502,7 @@ type fillInEntriesContext interface {
otherModuleProvider(module blueprint.Module, provider blueprint.AnyProviderKey) (any, bool)
ModuleType(module blueprint.Module) string
OtherModulePropertyErrorf(module Module, property string, fmt string, args ...interface{})
HasMutatorFinished(mutatorName string) bool
}
func (a *AndroidMkEntries) fillInEntries(ctx fillInEntriesContext, mod blueprint.Module) {