display: Use log.h from VNDK

Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
diff --git a/gralloc/gr_device_impl.cpp b/gralloc/gr_device_impl.cpp
index 6129bd3..a26ea81 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>