commit | ab7ef300b74904bce6c5c810d9e5679abfa582e6 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue May 15 19:35:29 2018 -0700 |
committer | Andy Hung <hunga@google.com> | Wed May 16 18:49:09 2018 -0700 |
tree | dadb05ba8da176c046139ca43c3fae48a14191c3 | |
parent | 1f2bfd3ac9d61982acb348d2c78f95c7d4b0bf05 [diff] [blame] |
Move ServiceUtilities from audioflinger to libmediautils Test: Play Music, Play Movies, Camera, Photos Bug: 79485140 Change-Id: Ib8382547828e386024145c416321d24e4af182db
diff --git a/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp b/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp index 9592b6a..b74bd96 100644 --- a/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp +++ b/services/audiopolicy/service/AudioPolicyInterfaceImpl.cpp
@@ -21,7 +21,7 @@ #include <media/MediaAnalyticsItem.h> #include "AudioPolicyService.h" -#include "ServiceUtilities.h" +#include <mediautils/ServiceUtilities.h> #include "TypeConverter.h" namespace android {