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

Commit e7bca420 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Disable clang-tidy for libcodec2_vndk

* clang-tidy segmentation fault when checking
  util/C2InterfaceHelper.cpp in multiple threads.

Test: make with WITH_TIDY=1 and tidy checks for nightly builds
Bug: 146435095
Change-Id: I6487a69636d4cdc1d3449ceb193d347d402beea6
parent 81bfa630
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ cc_library_shared {
        "libutils",
    ],

    tidy: false, // b/146435095, clang-tidy segmentation fault

    cflags: [
        "-Werror",
        "-Wall",