summaryrefslogtreecommitdiffstats
path: root/opengl/tests/EGLTest/Android.mk
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2011-11-07 17:03:54 -0800
committerJamie Gennis <jgennis@google.com>2011-11-08 15:54:36 -0800
commit98c6383580f94bb7ff9cc9a7cc24d8b8519e484a (patch)
tree0e5584031c1275db67e8c423d398b29f445c5c98 /opengl/tests/EGLTest/Android.mk
parent766010858ea7696d64f1b559413670bdd8627595 (diff)
downloadframeworks_native-98c6383580f94bb7ff9cc9a7cc24d8b8519e484a.zip
frameworks_native-98c6383580f94bb7ff9cc9a7cc24d8b8519e484a.tar.gz
frameworks_native-98c6383580f94bb7ff9cc9a7cc24d8b8519e484a.tar.bz2
EGL: implement loading and saving the cache
This change adds support for saving and loading the contents of the EGL cache. It also adds some simple tests for the EGL cache. Change-Id: I18e5e789e0897a0783d29d1c1e64d26de2dd44c4
Diffstat (limited to 'opengl/tests/EGLTest/Android.mk')
-rw-r--r--opengl/tests/EGLTest/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/opengl/tests/EGLTest/Android.mk b/opengl/tests/EGLTest/Android.mk
index 92d7eb1..14104d1 100644
--- a/opengl/tests/EGLTest/Android.mk
+++ b/opengl/tests/EGLTest/Android.mk
@@ -7,6 +7,7 @@ LOCAL_MODULE := EGL_test
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := \
+ egl_cache_test.cpp \
EGL_test.cpp \
LOCAL_SHARED_LIBRARIES := \
@@ -21,9 +22,12 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_C_INCLUDES := \
bionic \
+ bionic/libc/private \
bionic/libstdc++/include \
external/gtest/include \
external/stlport/stlport \
+ frameworks/base/opengl/libs \
+ frameworks/base/opengl/libs/EGL \
include $(BUILD_EXECUTABLE)