summaryrefslogtreecommitdiff
path: root/gralloc
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2018-03-06 20:41:14 -0500
committerNaseer Ahmed <naseer@codeaurora.org>2018-03-06 20:41:14 -0500
commit04a804a8f1e96b97ea33823bfb6a1f6ac875499b (patch)
treeefe601ba0110e1ed39b225a371e9a61778761005 /gralloc
parentc4fdf73cfbf86aebc7f39c3d811a4b46aaa80e1d (diff)
downloaddisplay-04a804a8f1e96b97ea33823bfb6a1f6ac875499b.tar.gz
display: Use log.h from VNDK
Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
Diffstat (limited to 'gralloc')
-rw-r--r--gralloc/gr_adreno_info.cpp2
-rw-r--r--gralloc/gr_allocator.cpp2
-rw-r--r--gralloc/gr_device_impl.cpp2
-rw-r--r--gralloc/gr_ion_alloc.cpp2
-rw-r--r--gralloc/gr_priv_handle.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/gralloc/gr_adreno_info.cpp b/gralloc/gr_adreno_info.cpp
index 85f8437d..ca77b3be 100644
--- a/gralloc/gr_adreno_info.cpp
+++ b/gralloc/gr_adreno_info.cpp
@@ -27,7 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <cutils/log.h>
+#include <log/log.h>
#include <cutils/properties.h>
#include <dlfcn.h>
#include <mutex>
diff --git a/gralloc/gr_allocator.cpp b/gralloc/gr_allocator.cpp
index 00a328ce..34a5c037 100644
--- a/gralloc/gr_allocator.cpp
+++ b/gralloc/gr_allocator.cpp
@@ -27,7 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <cutils/log.h>
+#include <log/log.h>
#include <algorithm>
#include <vector>
diff --git a/gralloc/gr_device_impl.cpp b/gralloc/gr_device_impl.cpp
index 6129bd33..a26ea81b 100644
--- a/gralloc/gr_device_impl.cpp
+++ b/gralloc/gr_device_impl.cpp
@@ -28,7 +28,7 @@
*/
#define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
-#include <cutils/log.h>
+#include <log/log.h>
#include <cutils/trace.h>
#include <sync/sync.h>
#include <utils/Trace.h>
diff --git a/gralloc/gr_ion_alloc.cpp b/gralloc/gr_ion_alloc.cpp
index 0ee3e0a7..33a13abf 100644
--- a/gralloc/gr_ion_alloc.cpp
+++ b/gralloc/gr_ion_alloc.cpp
@@ -29,7 +29,7 @@
#define DEBUG 0
#define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
-#include <cutils/log.h>
+#include <log/log.h>
#include <cutils/trace.h>
#include <errno.h>
#include <fcntl.h>
diff --git a/gralloc/gr_priv_handle.h b/gralloc/gr_priv_handle.h
index c0757665..1eb03b81 100644
--- a/gralloc/gr_priv_handle.h
+++ b/gralloc/gr_priv_handle.h
@@ -20,7 +20,7 @@
#ifndef __GR_PRIV_HANDLE_H__
#define __GR_PRIV_HANDLE_H__
-#include <cutils/log.h>
+#include <log/log.h>
#include <hardware/gralloc.h>
#include <hardware/gralloc1.h>
#include <cinttypes>