commit | 1cbcb98a2528ea0d8ce34dc35513859c7ef957f3 | [log] [tgz] |
---|---|---|
author | Daniel Lam <dalam@google.com> | Mon Apr 16 22:21:02 2012 -0700 |
committer | Daniel Lam <dalam@google.com> | Mon Apr 16 22:25:13 2012 -0700 |
tree | d344a1e6b84b831f6802825d3fad76257105bb75 | |
parent | 172a62a224967beee9e35e02a5b2fb2705dd2cc0 [diff] [blame] |
Added an EGLTest for eglTerminate This tests if eglTerminate can succeed while objects are leaked. Currently the test fails because of a deadlock. Change-Id: Ibe26edfda28691284d0674e803e8d3114f3ce4c6
diff --git a/opengl/tests/EGLTest/Android.mk b/opengl/tests/EGLTest/Android.mk index d8e7012..d820875 100644 --- a/opengl/tests/EGLTest/Android.mk +++ b/opengl/tests/EGLTest/Android.mk
@@ -15,6 +15,7 @@ libcutils \ libstlport \ libutils \ + libgui \ LOCAL_STATIC_LIBRARIES := \ libgtest \