commit | e6e2d441c567d5da185b787d6c10ca2c8b36a694 | [log] [tgz] |
---|---|---|
author | Haynes Mathew George <hgeorge@codeaurora.org> | Thu Feb 22 18:51:56 2018 -0800 |
committer | Mikhail Naganov <mnaganov@google.com> | Thu Mar 01 16:54:15 2018 -0800 |
tree | 4b087b1aaec1b4e64128f1966d98693669590163 | |
parent | 5a59dff461409983f5fe910aaa0b9b79a2064798 [diff] [blame] |
audio: Fix deprecated log warning Test: make Change-Id: Ie8c479cdf918750ad3e96efc33d00007bb321776
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c index abadef6..af48c03 100644 --- a/hal/msm8916/platform.c +++ b/hal/msm8916/platform.c
@@ -22,7 +22,7 @@ #include <dlfcn.h> #include <fcntl.h> #include <sys/ioctl.h> -#include <cutils/log.h> +#include <log/log.h> #include <cutils/properties.h> #include <cutils/str_parms.h> #include <audio_hw.h>