diff options
author | Kevin Rocard <krocard@google.com> | 2018-04-17 11:00:58 -0700 |
---|---|---|
committer | Kevin Rocard <krocard@google.com> | 2018-04-20 17:05:15 -0700 |
commit | 147a454bb2a952d34ee6a66a80245ab54f53e510 (patch) | |
tree | 99184172b367fe0ba9faa2ca73eb5204f097469e /audio/core/2.0/default/StreamIn.cpp | |
parent | 3c50fab04876f7fc3c6a02f42b718be27944c0fc (diff) |
Audio: make core/4.0/default/Util.h version dependant
This patch does not have any functional change.
It refactors Util.h to make it version dependant.
This is needed in the next patch to add a helper
that uses HIDL types.
This patch is the fixed first half of
I41204c0807d2bd4675e941771cbc9a43d7d14855
that was reverted due to a merge conflict.
Bug: 72873273
Bug: 69811500
Bug: 69010523
Test: playback and record for media and voice call
Original-Change-Id: I41204c0807d2bd4675e941771cbc9a43d7d14855
Change-Id: Ie543519fa0dca62486b75f42bb0c8a93d6cad3c3
Signed-off-by: Kevin Rocard <krocard@google.com>
Diffstat (limited to 'audio/core/2.0/default/StreamIn.cpp')
-rw-r--r-- | audio/core/2.0/default/StreamIn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/core/2.0/default/StreamIn.cpp b/audio/core/2.0/default/StreamIn.cpp index 6b8776ebe5..2021df1c49 100644 --- a/audio/core/2.0/default/StreamIn.cpp +++ b/audio/core/2.0/default/StreamIn.cpp @@ -17,7 +17,7 @@ #define LOG_TAG "StreamInHAL" #include "core/2.0/default/StreamIn.h" -#include "core/all-versions/default/Util.h" +#include "core/2.0/default/Util.h" #define AUDIO_HAL_VERSION V2_0 #include <core/all-versions/default/StreamIn.impl.h> |