diff options
author | 2022-11-10 16:27:24 +0000 | |
---|---|---|
committer | 2022-11-10 16:27:24 +0000 | |
commit | 1bde1cb668f470053f3bc08f9a21325ad6ec738d (patch) | |
tree | 4a5a62d639b49754d8cf2cadb81dc8888b57ba01 /cc/binary.go | |
parent | dbb9fe8e92e7624efd1ec4e5248dc066a8aa3a91 (diff) | |
parent | 4c902d696ad0a0c558f57a2de3acebde1436d631 (diff) |
Merge changes from topics "bp2build-tidy-disabled-srcs", "bp2build-tidy-timeout-srcs"
* changes:
bp2build for tidy_timeout_srcs
bp2build for tidy_disabled_srcs
Diffstat (limited to 'cc/binary.go')
-rw-r--r-- | cc/binary.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/binary.go b/cc/binary.go index d09e74458..c2868e7bb 100644 --- a/cc/binary.go +++ b/cc/binary.go @@ -646,7 +646,7 @@ func binaryBp2buildAttrs(ctx android.TopDownMutatorContext, m *Module) binaryAtt sdkAttributes: bp2BuildParseSdkAttributes(m), } - m.convertTidyAttributes(&attrs.tidyAttributes) + m.convertTidyAttributes(ctx, &attrs.tidyAttributes) return attrs } |