Fix warnings in frameworks/native/opengl/tests
Bug: 27152043
Change-Id: I66815e6c6d5f30a73db761e801126ca1262ed883
diff --git a/opengl/tests/hwc/hwcStress.cpp b/opengl/tests/hwc/hwcStress.cpp
index b1d6c76..60c29ef 100644
--- a/opengl/tests/hwc/hwcStress.cpp
+++ b/opengl/tests/hwc/hwcStress.cpp
@@ -78,6 +78,8 @@
* a different color from the rest of the rectangle.
*/
+#define LOG_TAG "hwcStressTest"
+
#include <algorithm>
#include <assert.h>
#include <cerrno>
@@ -103,7 +105,6 @@
#include <ui/GraphicBuffer.h>
-#define LOG_TAG "hwcStressTest"
#include <utils/Log.h>
#include <testUtil.h>