Revert^2 "Include all_aconfig_declarations in docs dist"
This reverts commit 60d4307605
.
Reason for revert: The build target is discussed as safe to be copied to the dist directory
Change-Id: I0e59a826991631ffcd77af97c8f51c8b9002c14e
This commit is contained in:
committed by
Gerrit Code Review
parent
60d4307605
commit
b9ca4d3ffe
@@ -89,7 +89,7 @@ func (this *allAconfigDeclarationsSingleton) GenerateBuildActions(ctx android.Si
|
|||||||
|
|
||||||
func (this *allAconfigDeclarationsSingleton) MakeVars(ctx android.MakeVarsContext) {
|
func (this *allAconfigDeclarationsSingleton) MakeVars(ctx android.MakeVarsContext) {
|
||||||
ctx.DistForGoal("droid", this.intermediateBinaryProtoPath)
|
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.intermediateBinaryProtoPath, "flags.pb")
|
||||||
ctx.DistForGoalWithFilename(goal, this.intermediateTextProtoPath, "flags.textproto")
|
ctx.DistForGoalWithFilename(goal, this.intermediateTextProtoPath, "flags.textproto")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user