Skip to content

Commit

Permalink
Fix flag name referenced in build_event_stream.proto.
Browse files Browse the repository at this point in the history
The BEP may now be configured to report files inline in the `TargetComplete`
event on a per-output group basis, if the flag
`--experimental_build_event_output_group_mode` is set appropriately.  The
`.proto` file references the correct flag name now.

h/t to @sluongng for pointing out this discrepancy.

RELNOTES: n/a
PiperOrigin-RevId: 693463641
Change-Id: Ie0fec48a94ce665aeeaf0c46cf2bed88fd3fd6ba
  • Loading branch information
michaeledgar authored and copybara-github committed Nov 5, 2024
1 parent 1003d2c commit 47e5502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ message OutputGroup {
bool incomplete = 4;

// Inlined files that belong to this output group, requested via
// --build_event_inline_output_groups.
// --experimental_build_event_output_group_mode.
repeated File inline_files = 5;
}

Expand Down

0 comments on commit 47e5502

Please sign in to comment.