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

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

Disable clang-tidy for Effects.cpp

* clang-tidy segmentation fault

Test: make with WITH_TIDY=1 and tidy checks for nightly builds
Bug: 146435095
Change-Id: Id9d5a10ebe73d902098d23c1a74954f82fef0607
parent f27d1e47
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
cc_library_shared {
    name: "libaudioflinger",

    tidy: false, // b/146435095, segmentation fault with Effects.cpp

    srcs: [
        "AudioFlinger.cpp",
        "AudioHwDevice.cpp",