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/library.go b/cc/library.go index 41a68e3..79a22d6 100644 --- a/cc/library.go +++ b/cc/library.go
@@ -2791,7 +2791,7 @@ Runtime_deps: linkerAttrs.runtimeDeps, } - module.convertTidyAttributes(&commonAttrs.tidyAttributes) + module.convertTidyAttributes(ctx, &commonAttrs.tidyAttributes) var attrs interface{} if isStatic {