commit | f9829e43f0713efab56a5dfbefaf526851dcd7bb | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Thu Oct 06 12:09:49 2022 -0700 |
committer | Andy Hung <hunga@google.com> | Wed Mar 29 18:36:38 2023 -0700 |
tree | 3f298ed518255afad3f285134d39c79a4de066bb | |
parent | 445b4bb42664c22c0d43f64eeff2ab6d66943766 [diff] [blame] |
AudioFlinger: Add clang tidy checks on build First pass just enables warnings. Test: compiles Bug: 252907478 Change-Id: I3d0622ab908b85adb1913d8482d55e1950fdccc0
diff --git a/services/audioflinger/FastCaptureDumpState.cpp b/services/audioflinger/FastCaptureDumpState.cpp index b8b3866..243dfa5 100644 --- a/services/audioflinger/FastCaptureDumpState.cpp +++ b/services/audioflinger/FastCaptureDumpState.cpp
@@ -51,4 +51,4 @@ periodSec * 1e3, mSilenced ? "true" : "false"); } -} // android +} // namespace android