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

Commit e6d84ae4 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

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

am: 171dfad6

Change-Id: Ibb2773ff0e5977caacd826c1d79eca2e71ac1419
parents 7509f9f8 171dfad6
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,
}