commit | 895dc21fbdec7f09b9eb59cbbc2f26f66fe5646f | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Thu Jan 16 02:46:35 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 16 02:46:35 2020 +0000 |
tree | 569fad0b79e13eecedc13aa7f81bb74f24efbd13 | |
parent | dd8a4a8a77e3e5e1bc6238f643686aab70daab22 [diff] | |
parent | b1b6fa0605e2427e3e55a6dcb9065a171c37f043 [diff] |
Merge "Disable clang-tidy for Effects.cpp"
diff --git a/services/audioflinger/Android.bp b/services/audioflinger/Android.bp index c58360d..46472c9 100644 --- a/services/audioflinger/Android.bp +++ b/services/audioflinger/Android.bp
@@ -3,6 +3,8 @@ cc_library_shared { name: "libaudioflinger", + tidy: false, // b/146435095, segmentation fault with Effects.cpp + srcs: [ "AudioFlinger.cpp", "AudioHwDevice.cpp",