summaryrefslogtreecommitdiff
path: root/aconfig/all_aconfig_declarations.go
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-04-04 17:26:36 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-04-04 17:26:36 +0000
commitb9ca4d3ffe924596b64643abb83e3b079e534231 (patch)
treed2e8df8b0c093f3ce302822b1bc181da2d412b42 /aconfig/all_aconfig_declarations.go
parent60d430760527d3665160bfa78890b740306b3488 (diff)
Revert^2 "Include all_aconfig_declarations in docs dist"
This reverts commit 60d430760527d3665160bfa78890b740306b3488. Reason for revert: The build target is discussed as safe to be copied to the dist directory Change-Id: I0e59a826991631ffcd77af97c8f51c8b9002c14e
Diffstat (limited to 'aconfig/all_aconfig_declarations.go')
-rw-r--r--aconfig/all_aconfig_declarations.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfig/all_aconfig_declarations.go b/aconfig/all_aconfig_declarations.go
index 72fe4959b..e771d0597 100644
--- a/aconfig/all_aconfig_declarations.go
+++ b/aconfig/all_aconfig_declarations.go
@@ -89,7 +89,7 @@ func (this *allAconfigDeclarationsSingleton) GenerateBuildActions(ctx android.Si
func (this *allAconfigDeclarationsSingleton) MakeVars(ctx android.MakeVarsContext) {
ctx.DistForGoal("droid", this.intermediateBinaryProtoPath)
- for _, goal := range []string{"droid", "sdk"} {
+ for _, goal := range []string{"docs", "droid", "sdk"} {
ctx.DistForGoalWithFilename(goal, this.intermediateBinaryProtoPath, "flags.pb")
ctx.DistForGoalWithFilename(goal, this.intermediateTextProtoPath, "flags.textproto")
}