Merge "Revert^2 "Include all_aconfig_declarations in docs dist"" into main am: afacc090e8
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3028264 Change-Id: I9db1308fd6f5c5f57254b03590a3217ce88f3e9f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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