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/binary.go b/cc/binary.go index a6d7507..d09e744 100644 --- a/cc/binary.go +++ b/cc/binary.go
@@ -646,6 +646,8 @@ sdkAttributes: bp2BuildParseSdkAttributes(m), } + m.convertTidyAttributes(&attrs.tidyAttributes) + return attrs } @@ -698,4 +700,6 @@ Features bazel.StringListAttribute sdkAttributes + + tidyAttributes }