summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk1
-rw-r--r--thermal-845.c2
-rw-r--r--thermal-8998.c2
-rw-r--r--thermal.c2
4 files changed, 4 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index c8725dd..cf89a91 100644
--- a/Android.mk
+++ b/Android.mk
@@ -38,6 +38,7 @@ endif
LOCAL_HEADER_LIBRARIES := libutils_headers libhardware_headers
LOCAL_SHARED_LIBRARIES := liblog libcutils
+LOCAL_HEADER_LIBRARIES := libhardware_headers
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Wno-unused-parameter
diff --git a/thermal-845.c b/thermal-845.c
index a6a9e3e..4340af4 100644
--- a/thermal-845.c
+++ b/thermal-845.c
@@ -23,7 +23,7 @@
#include <string.h>
#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 a43159b..35fbaf8 100644
--- a/thermal-8998.c
+++ b/thermal-8998.c
@@ -23,7 +23,7 @@
#include <string.h>
#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>