diff options
Diffstat (limited to 'android/all_teams.go')
-rw-r--r-- | android/all_teams.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/all_teams.go b/android/all_teams.go index 01be396d5..3b20107b9 100644 --- a/android/all_teams.go +++ b/android/all_teams.go @@ -134,9 +134,6 @@ func (t *allTeamsSingleton) GenerateBuildActions(ctx SingletonContext) { WriteFileRuleVerbatim(ctx, t.outputPath, string(data)) ctx.Phony("all_teams", t.outputPath) -} - -func (t *allTeamsSingleton) MakeVars(ctx MakeVarsContext) { ctx.DistForGoal("all_teams", t.outputPath) } |