summaryrefslogtreecommitdiff
path: root/libs/hwui/tests/macrobench/TestSceneRunner.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-09-28 16:15:30 -0700
committerMark Salyzyn <salyzyn@google.com>2017-01-11 15:30:30 -0800
commit96bf5985d5a360568832fd26b6d5b44236c9343e (patch)
treee4169954071c7ca56d38acc8891a44161c59b417 /libs/hwui/tests/macrobench/TestSceneRunner.cpp
parentdfe8f5dc13f39b87ac6107c1a3b24db9b601597b (diff)
Replace cutils/log.h and log/logger.h with android/log.h or log/log.h
(part deux) Test: compile Bug: 26552300 Bug: 31289077 Change-Id: I7417936c4d3666608fccfe51a312c90ecefba2fb
Diffstat (limited to 'libs/hwui/tests/macrobench/TestSceneRunner.cpp')
-rw-r--r--libs/hwui/tests/macrobench/TestSceneRunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/tests/macrobench/TestSceneRunner.cpp b/libs/hwui/tests/macrobench/TestSceneRunner.cpp
index c5af06160b62..6533c2eae305 100644
--- a/libs/hwui/tests/macrobench/TestSceneRunner.cpp
+++ b/libs/hwui/tests/macrobench/TestSceneRunner.cpp
@@ -22,8 +22,8 @@
#include "renderthread/RenderProxy.h"
#include "renderthread/RenderTask.h"
-#include <cutils/log.h>
#include <gui/Surface.h>
+#include <log/log.h>
#include <ui/PixelFormat.h>
using namespace android;