commit | e2f8433f89a8c72d3e1ff78e8f97b71193db62b8 | [log] [tgz] |
---|---|---|
author | Weiyin Jiang <wjiang@codeaurora.org> | Wed Apr 17 14:25:12 2019 +0800 |
committer | Michael Bestas <mkbestas@lineageos.org> | Mon Jan 20 15:18:41 2020 +0100 |
tree | 342e7473dea805f09d62f5cdbf14fd5c837cc200 | |
parent | e69fc7242b08f3562487928f292b89c4da729d9b [diff] [blame] |
hal: fix misc audio hal errors Fix misc audio hal errors. CRs-Fixed: 2436822 Change-Id: I078656c5a7a3a5a97c8044e716c5ca0fe8ff3ef4
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c index c3fc648..8cef7b7 100644 --- a/hal/msm8916/platform.c +++ b/hal/msm8916/platform.c
@@ -25,7 +25,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>