add clang_tidy properties to bp2build
Bug: 195029134 Test: m bp2build Change-Id: I9ca2436ef792911be72788b6640287726a609e2f
This commit is contained in:
@@ -646,6 +646,8 @@ func binaryBp2buildAttrs(ctx android.TopDownMutatorContext, m *Module) binaryAtt
|
||||
sdkAttributes: bp2BuildParseSdkAttributes(m),
|
||||
}
|
||||
|
||||
m.convertTidyAttributes(&attrs.tidyAttributes)
|
||||
|
||||
return attrs
|
||||
}
|
||||
|
||||
@@ -698,4 +700,6 @@ type binaryAttributes struct {
|
||||
Features bazel.StringListAttribute
|
||||
|
||||
sdkAttributes
|
||||
|
||||
tidyAttributes
|
||||
}
|
||||
|
Reference in New Issue
Block a user