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
gugelfrei
Chih-Hung Hsieh 5 years ago
parent f27d1e474b
commit b1b6fa0605

@ -3,6 +3,8 @@
cc_library_shared {
name: "libaudioflinger",
tidy: false, // b/146435095, segmentation fault with Effects.cpp
srcs: [
"AudioFlinger.cpp",
"AudioHwDevice.cpp",

Loading…
Cancel
Save