summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-01-31 19:54:34 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-31 19:54:34 -0800
commit4b0a6467505046a467eace60374b88951baf05e4 (patch)
treeb621580aee9917f641c038dc430b78d24a0d8aff
parent11f257623b17acfffa6647ba91ffeb32ab6c56b7 (diff)
parent68222be6674ffcf23f6eae56f1220fb93a366618 (diff)
downloadlibhardware-4b0a6467505046a467eace60374b88951baf05e4.tar.gz
Merge "Explicitly include log/log.h instead of cutils/log.h"
am: 68222be667 Change-Id: I52c26b3bee5528e3a195404127cb839990e76be1
-rw-r--r--modules/sensors/multihal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sensors/multihal.cpp b/modules/sensors/multihal.cpp
index a1f01046..f41d72fb 100644
--- a/modules/sensors/multihal.cpp
+++ b/modules/sensors/multihal.cpp
@@ -18,7 +18,7 @@
#include "multihal.h"
#define LOG_NDEBUG 1
-#include <cutils/log.h>
+#include <log/log.h>
#include <cutils/atomic.h>
#include <hardware/sensors.h>