Skip to content

Commit

Permalink
Include complete configurations in cquery proto output
Browse files Browse the repository at this point in the history
RELNOTES: Include complete configurations in cquery proto output.
PiperOrigin-RevId: 429672340
  • Loading branch information
ehaugh authored and copybara-github committed Feb 19, 2022
1 parent b1eda70 commit ac48e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void start() {
public void close(boolean failFast) throws IOException {
if (!failFast && printStream != null) {
if (options.protoIncludeConfigurations) {
writeData(protoResult.build());
writeData(getProtoResult());
} else {
// Documentation promises that setting this flag to false means we convert directly
// to the build.proto format. This is hard to test in integration testing due to the way
Expand Down

0 comments on commit ac48e65

Please sign in to comment.