commit | dcd740533ffb6cdc7a9f6014e29ea0e12caebd68 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Thu Jun 15 18:52:23 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Fri Jun 16 11:03:05 2023 -0700 |
tree | af63e24fe5c43430f9095999f112b63ffed657f3 | |
parent | 8c2636fa7e897a537afed6a6fccf8e657464dd43 [diff] [blame] |
AudioFlinger: Move small files to afutils Test: ALLOW_LOCAL_TIDY_TRUE=1 mm -j . Bug: 287549635 Change-Id: I148097b7ed8091d549d1cf541105c31bceb7450f
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>