Skip to content

Commit

Permalink
Merge "Include all_aconfig_declarations in droid dist" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
amhk authored and Gerrit Code Review committed Feb 26, 2024
2 parents 52e5e6b + c613532 commit 50bfc34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aconfig/all_aconfig_declarations.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ func (this *allAconfigDeclarationsSingleton) GenerateBuildActions(ctx android.Si

func (this *allAconfigDeclarationsSingleton) MakeVars(ctx android.MakeVarsContext) {
ctx.DistForGoal("droid", this.intermediateBinaryProtoPath)
ctx.DistForGoalWithFilename("sdk", this.intermediateBinaryProtoPath, "flags.pb")
ctx.DistForGoalWithFilename("sdk", this.intermediateTextProtoPath, "flags.textproto")
for _, goal := range []string{"droid", "sdk"} {
ctx.DistForGoalWithFilename(goal, this.intermediateBinaryProtoPath, "flags.pb")
ctx.DistForGoalWithFilename(goal, this.intermediateTextProtoPath, "flags.textproto")
}
}

0 comments on commit 50bfc34

Please sign in to comment.