commit | c9b8fbdda04903f66b1ec76d3507f0119d2dd202 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Tue Oct 25 15:47:17 2022 -0400 |
committer | Sam Delmerico <delmerico@google.com> | Tue Nov 08 17:17:52 2022 -0500 |
tree | 6cbde0817baa0f9778c016d44945a2f931842779 | |
parent | 1265bfdfbd722249c1a4fff00699585bd53f074e [diff] [blame] |
bp2build for tidy_disabled_srcs Bug: 195029134 Test: m bp2build Change-Id: I9591439213dbf0ef68cd33151b3e32f6f6c68551
diff --git a/cc/binary.go b/cc/binary.go index d09e744..c2868e7 100644 --- a/cc/binary.go +++ b/cc/binary.go
@@ -646,7 +646,7 @@ sdkAttributes: bp2BuildParseSdkAttributes(m), } - m.convertTidyAttributes(&attrs.tidyAttributes) + m.convertTidyAttributes(ctx, &attrs.tidyAttributes) return attrs }