commit | 779a56ff67d6766ed349e87f1cef1d34aa6f9808 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Thu Jun 15 18:52:23 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Mon Jun 19 04:33:37 2023 +0000 |
tree | fc674735c2a6681111c7bdbe9f591ee57eda1758 | |
parent | a2fabc4360b3b0b71374c8bdc21cc4e3244dc9ad [diff] [blame] |
AudioFlinger: Move small files to afutils Test: ALLOW_LOCAL_TIDY_TRUE=1 mm -j . Bug: 287549635 Merged-In: I148097b7ed8091d549d1cf541105c31bceb7450f Change-Id: I148097b7ed8091d549d1cf541105c31bceb7450f (cherry picked from commit dcd740533ffb6cdc7a9f6014e29ea0e12caebd68)
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp index 6406c6f..60717b5 100644 --- a/services/audioflinger/AudioFlinger.cpp +++ b/services/audioflinger/AudioFlinger.cpp
@@ -59,7 +59,7 @@ #include "AudioFlinger.h" #include "EffectConfiguration.h" -#include "PropertyUtils.h" +#include <afutils/PropertyUtils.h> #include <media/AudioResamplerPublic.h>