Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 171dfad6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Temporarily disable clang-tidy for dex_builder.cc."

parents 0d162221 7ae7f169
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@ cc_library_static {
        "util.cc",
        "layout_validation.cc",
    ],
    // b/123880763, clang-tidy analyzer has segmentation fault with dex_builder.cc
    tidy_checks: ["-clang-analyzer-*"],
    host_supported: true,
}