summaryrefslogtreecommitdiffstats
path: root/opengl/tests/fillrate
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-24 16:42:46 -0800
committerMathias Agopian <mathias@google.com>2012-02-24 16:42:46 -0800
commitcc0eaa6582563f51c98db1b232200ac4d2a9a996 (patch)
tree68fcede9c118f7a72de79d0402e92c97b4edfaf3 /opengl/tests/fillrate
parent7b49b4bea8090bb8e5015225eb05686d3676205c (diff)
downloadframeworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.zip
frameworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.tar.gz
frameworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.tar.bz2
remove libui dependency on libEGL
Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
Diffstat (limited to 'opengl/tests/fillrate')
-rw-r--r--opengl/tests/fillrate/Android.mk2
-rw-r--r--opengl/tests/fillrate/fillrate.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/opengl/tests/fillrate/Android.mk b/opengl/tests/fillrate/Android.mk
index 191c59b..835f858 100644
--- a/opengl/tests/fillrate/Android.mk
+++ b/opengl/tests/fillrate/Android.mk
@@ -11,6 +11,8 @@ LOCAL_SHARED_LIBRARIES := \
libGLESv1_CM \
libui
+LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
+
LOCAL_MODULE:= test-opengl-fillrate
LOCAL_MODULE_TAGS := optional
diff --git a/opengl/tests/fillrate/fillrate.cpp b/opengl/tests/fillrate/fillrate.cpp
index 911d354..a708647 100644
--- a/opengl/tests/fillrate/fillrate.cpp
+++ b/opengl/tests/fillrate/fillrate.cpp
@@ -26,7 +26,7 @@
#include <utils/StopWatch.h>
#include <ui/FramebufferNativeWindow.h>
-#include <ui/EGLUtils.h>
+#include "EGLUtils.h"
using namespace android;