Merge remote-tracking branch 'goog/qcom/release/LA.UM.7.8.9.C2.08.00.00.618.012' into rvc-dev

Bug: 149539244
Change-Id: Id7135efe7c3b91284056270f6c119747d2b3435b
diff --git a/thermal-845.c b/thermal-845.c
index 59925b5..b03ee76 100644
--- a/thermal-845.c
+++ b/thermal-845.c
@@ -18,7 +18,7 @@
 
 
 #define LOG_TAG "ThermalHAL-845"
-#include <utils/Log.h>
+#include <log/log.h>
 
 #include <hardware/hardware.h>
 #include <hardware/thermal.h>
diff --git a/thermal-8998.c b/thermal-8998.c
index 94bf375..2dd5267 100644
--- a/thermal-8998.c
+++ b/thermal-8998.c
@@ -18,7 +18,7 @@
 
 
 #define LOG_TAG "ThermalHAL-8998"
-#include <utils/Log.h>
+#include <log/log.h>
 
 #include <hardware/hardware.h>
 #include <hardware/thermal.h>
diff --git a/thermal.c b/thermal.c
index 684c52f..8862311 100644
--- a/thermal.c
+++ b/thermal.c
@@ -23,7 +23,7 @@
 #include <string.h>
 
 #define LOG_TAG "ThermalHAL"
-#include <utils/Log.h>
+#include <log/log.h>
 
 #include <hardware/hardware.h>
 #include <hardware/thermal.h>