Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1639ab5d authored by LaMont Jones's avatar LaMont Jones
Browse files

Add release configs artifacts to metadata build

Bug: b/370544058
Test: TH, manual
Change-Id: I06fdca3b6b7dea4c128fc4fd60a76f978ea07333
parent 13e719c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ func (this *allBuildFlagDeclarationsSingleton) GenerateBuildActions(ctx android.

func (this *allBuildFlagDeclarationsSingleton) MakeVars(ctx android.MakeVarsContext) {
	ctx.DistForGoal("droid", this.flagsBinaryProtoPath)
	for _, goal := range []string{"docs", "droid", "sdk"} {
	for _, goal := range []string{"docs", "droid", "sdk", "release_config_metadata"} {
		ctx.DistForGoalWithFilename(goal, this.flagsBinaryProtoPath, "build_flags/all_flags.pb")
		ctx.DistForGoalWithFilename(goal, this.flagsTextProtoPath, "build_flags/all_flags.textproto")
		ctx.DistForGoalWithFilename(goal, this.configsBinaryProtoPath, "build_flags/all_release_config_contributions.pb")