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

Commit 6cb189e3 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

am: e6d84ae4

Change-Id: I13efd650ad82f46e7c060558809109b72de17047
parents 4b983b7a e6d84ae4
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,
}