commit | 0077d8c43f2c08faf685f1f9108b0415812647d7 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Wed May 24 11:53:47 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Thu May 25 23:49:05 2023 +0000 |
tree | 4117ac4eca85c183c1ff778de76a9dbe4b72cb50 | |
parent | 85ae030c5b3c0ccf20f39808792ddea174c18951 [diff] [blame] |
AudioFlinger: move utilities files to library Test: Compiles, atest AudioTrackTest AudioRecordTest Bug: 284179393 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2c20bd8fa7e98a9bfa70bcb310e7efd7f01d87b3) Merged-In: I10c2c08e10422dd498eeb10a75a935430c0ad3df Change-Id: I10c2c08e10422dd498eeb10a75a935430c0ad3df
diff --git a/services/audioflinger/Threads.cpp b/services/audioflinger/Threads.cpp index e772dc2..c2babfa 100644 --- a/services/audioflinger/Threads.cpp +++ b/services/audioflinger/Threads.cpp
@@ -94,7 +94,7 @@ #include "AutoPark.h" #include <pthread.h> -#include "TypedLogger.h" +#include <afutils/TypedLogger.h> // ----------------------------------------------------------------------------