diff options
author | Kevin Rocard <krocard@google.com> | 2017-12-14 18:39:39 -0800 |
---|---|---|
committer | Kevin Rocard <krocard@google.com> | 2018-01-20 10:49:57 -0800 |
commit | 6891d7ec28761db85c8d4c486fe105ee64a2bd04 (patch) | |
tree | ad84787174a757ed13b28956683fd98b39855361 /audio/common/all-versions/default/EffectMap.cpp | |
parent | 649142becc2e03ba09490cad133740cc1271ed84 (diff) |
Audio V4: Make common helper version independent
The implementation uses the version provided by macro.
Bug: 38184704
Test: compile
Change-Id: Ib5565bdf77ed9e42fc8271a4317eb88681aefcd5
Signed-off-by: Kevin Rocard <krocard@google.com>
Diffstat (limited to 'audio/common/all-versions/default/EffectMap.cpp')
-rw-r--r-- | audio/common/all-versions/default/EffectMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/common/all-versions/default/EffectMap.cpp b/audio/common/all-versions/default/EffectMap.cpp index 703b91cfec..7f8da1e2ab 100644 --- a/audio/common/all-versions/default/EffectMap.cpp +++ b/audio/common/all-versions/default/EffectMap.cpp @@ -16,7 +16,7 @@ #include <atomic> -#include "EffectMap.h" +#include "common/all-versions/default/EffectMap.h" namespace android { |