display: Use log.h from VNDK

Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
This commit is contained in:
Naseer Ahmed
2018-03-06 20:41:14 -05:00
parent c4fdf73cfb
commit 04a804a8f1
17 changed files with 17 additions and 17 deletions

View File

@@ -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>

View File

@@ -27,7 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <algorithm>
#include <vector>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>