summaryrefslogtreecommitdiff
path: root/thermal.c
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-03-27 10:09:21 -0700
committerSteven Moreland <smoreland@google.com>2018-03-27 10:09:30 -0700
commitcdd8c78579b3e806b799f1442a8af2a872dc75d6 (patch)
tree30a98dc8a3c28585c768a47c0e0d03ae7c154519 /thermal.c
parentebf96c4ef40200fedbb83bffbf44994192b732e6 (diff)
downloadthermal-cdd8c78579b3e806b799f1442a8af2a872dc75d6.tar.gz
Make thermal.$TARGET_BOARD_PLATFORM build with the VNDK.
When the vndk is enabled (BOARD_VNDK_VERSION=current), vendor libraries must only link against vendor variants in the build system. This also means that they receive restricted sets of headers and that automatic global headers are restricted. Test: build thermal.$TARGET_BOARD_PLATFORM with BOARD_VNDK_VERSION=current Bug: 69574580 Change-Id: Ife9a615c0f6c0222b25a8a8b23a6709b6bf7e358
Diffstat (limited to 'thermal.c')
-rw-r--r--thermal.c2
1 files changed, 1 insertions, 1 deletions
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>