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

@@ -18,7 +18,7 @@
*/
#include "glengine.h"
#include <utils/Log.h>
#include <log/log.h>
#include "engine.h"
void checkGlError(const char *, int);