summaryrefslogtreecommitdiff
path: root/gralloc/gr_allocator.cpp
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/gr_allocator.cpp
parentc4fdf73cfbf86aebc7f39c3d811a4b46aaa80e1d (diff)
downloaddisplay-04a804a8f1e96b97ea33823bfb6a1f6ac875499b.tar.gz
display: Use log.h from VNDK
Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
Diffstat (limited to 'gralloc/gr_allocator.cpp')
-rw-r--r--gralloc/gr_allocator.cpp2
1 files changed, 1 insertions, 1 deletions
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>