commit | 4b0a6467505046a467eace60374b88951baf05e4 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Thu Jan 31 19:54:34 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 31 19:54:34 2019 -0800 |
tree | b621580aee9917f641c038dc430b78d24a0d8aff | |
parent | 11f257623b17acfffa6647ba91ffeb32ab6c56b7 [diff] | |
parent | 68222be6674ffcf23f6eae56f1220fb93a366618 [diff] |
Merge "Explicitly include log/log.h instead of cutils/log.h" am: 68222be667 Change-Id: I52c26b3bee5528e3a195404127cb839990e76be1
diff --git a/modules/sensors/multihal.cpp b/modules/sensors/multihal.cpp index a1f0104..f41d72f 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>