diff options
Diffstat (limited to 'android/all_teams.go')
-rw-r--r-- | android/all_teams.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/all_teams.go b/android/all_teams.go index 8b55adebd..5e76e53bf 100644 --- a/android/all_teams.go +++ b/android/all_teams.go @@ -116,7 +116,7 @@ func (t *allTeamsSingleton) GenerateBuildActions(ctx SingletonContext) { testOnly: testModInfo.TestOnly, topLevelTestTarget: testModInfo.TopLevelTarget, kind: ctx.ModuleType(module), - teamName: OtherModuleProviderOrDefault(ctx, module, CommonModuleInfoKey).Team, + teamName: OtherModuleProviderOrDefault(ctx, module, CommonModuleInfoProvider).Team, } t.teams_for_mods[module.Name()] = entry |