commit | dd81cc2046346b92dc2c7c92d5a7628471bb5218 | [log] [tgz] |
---|---|---|
author | jiabin <jiabin@google.com> | Wed Sep 11 10:15:46 2019 -0700 |
committer | jiabin <jiabin@google.com> | Wed Nov 27 11:03:39 2019 -0800 |
tree | 24548543a9d9b63e68299105e8c09b41303fe7d0 | |
parent | dff2a4f7fcf16ea320684f9ca04bc05b8bf1b5b8 [diff] [blame] |
Rename AudioPort and PolicyAudioPort accordingly. Make the file name consistent as the class name. Test: make Bug: 135621476 Change-Id: Icbde26fe1798e344c3746f4678db098688456654 Merged-In: Icbde26fe1798e344c3746f4678db098688456654
diff --git a/services/audiopolicy/enginedefault/src/Engine.cpp b/services/audiopolicy/enginedefault/src/Engine.cpp index a43c5d7..a2b39dd 100644 --- a/services/audiopolicy/enginedefault/src/Engine.cpp +++ b/services/audiopolicy/enginedefault/src/Engine.cpp
@@ -27,7 +27,7 @@ #include "Engine.h" #include <android-base/macros.h> #include <AudioPolicyManagerObserver.h> -#include <AudioPort.h> +#include <PolicyAudioPort.h> #include <IOProfile.h> #include <AudioIODescriptorInterface.h> #include <policy.h>