summaryrefslogtreecommitdiff
path: root/opengl/tests/EGLTest/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/EGLTest/Android.bp')
-rw-r--r--opengl/tests/EGLTest/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/opengl/tests/EGLTest/Android.bp b/opengl/tests/EGLTest/Android.bp
index d96a89564d..aebd3f2bf2 100644
--- a/opengl/tests/EGLTest/Android.bp
+++ b/opengl/tests/EGLTest/Android.bp
@@ -37,6 +37,11 @@ cc_test {
"libSurfaceFlingerProp",
],
+ static_libs: [
+ "libgmock",
+ "libgtest",
+ ],
+
include_dirs: [
"frameworks/native/opengl/libs",
"frameworks/native/opengl/libs/EGL",