diff options
author | Yifan Hong <elsk@google.com> | 2016-11-30 13:45:34 -0800 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2016-12-01 17:47:02 -0800 |
commit | f9d303435d80161fabb16cdff3b8f2f75f362480 (patch) | |
tree | bc9c92a118521958e9f94cfacbc7d282cf20b480 /soundtrigger/2.0/default/SoundTriggerHalImpl.cpp | |
parent | 558727b38dde251978226b147790d0fe5f2a6ce8 (diff) |
Update to use the correct logging library.
Test: mma compiles
Change-Id: Idb33dea5faaf1a5e54719c2a5a683d2d47e9b8e8
Diffstat (limited to 'soundtrigger/2.0/default/SoundTriggerHalImpl.cpp')
-rw-r--r-- | soundtrigger/2.0/default/SoundTriggerHalImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp b/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp index 1ae996a957..73066e69e7 100644 --- a/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp +++ b/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp @@ -17,7 +17,7 @@ #define LOG_TAG "SoundTriggerHalImpl" //#define LOG_NDEBUG 0 -#include <utils/Log.h> +#include <android/log.h> #include "SoundTriggerHalImpl.h" |