commit | fb3bb32bff347e62b4b1bcf0563ee3200c8d5015 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Fri Oct 21 10:42:24 2022 -0400 |
committer | Sam Delmerico <delmerico@google.com> | Tue Oct 25 15:55:06 2022 -0400 |
tree | cdf98b5acb7e2d3756cdd15c089045e605c563cd | |
parent | 3b13b61d9d1ed0c74f7c0a37d67f8b3e3a6edc0b [diff] [blame] |
add clang_tidy properties to bp2build Bug: 195029134 Test: m bp2build Change-Id: I9ca2436ef792911be72788b6640287726a609e2f
diff --git a/cc/library.go b/cc/library.go index a590b22..41a68e3 100644 --- a/cc/library.go +++ b/cc/library.go
@@ -2791,6 +2791,8 @@ Runtime_deps: linkerAttrs.runtimeDeps, } + module.convertTidyAttributes(&commonAttrs.tidyAttributes) + var attrs interface{} if isStatic { commonAttrs.Deps.Add(baseAttributes.protoDependency)