Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-05-16 14:42:32 +0300
committerGitHub <noreply@github.com>2017-05-16 14:42:32 +0300
commitd2f79bd2c7004af2d1459e8d5b7748763f241a54 (patch)
tree64300bccb750e59f7c3a05800eafcd5c3b3f89cb /android/jni/Android.mk
parentaa6703383e8d4c2ff8445e8b3c27728846cdab4b (diff)
parent086d6f9cf247cea07cff6bc33d5567dc7c64806b (diff)
Merge pull request #6040 from rokuz/es3-supportbeta-810
Added OpenGL ES3 support
Diffstat (limited to 'android/jni/Android.mk')
-rw-r--r--android/jni/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/jni/Android.mk b/android/jni/Android.mk
index 05400dda81..a1421e2c63 100644
--- a/android/jni/Android.mk
+++ b/android/jni/Android.mk
@@ -70,6 +70,7 @@ LOCAL_HEADER_FILES := \
com/mapswithme/opengl/android_gl_utils.hpp \
com/mapswithme/opengl/androidoglcontext.hpp \
com/mapswithme/opengl/androidoglcontextfactory.hpp \
+ com/mapswithme/opengl/gl3stub.h \
com/mapswithme/platform/Platform.hpp \
LOCAL_SRC_FILES := \
@@ -102,6 +103,7 @@ LOCAL_SRC_FILES := \
com/mapswithme/opengl/android_gl_utils.cpp \
com/mapswithme/opengl/androidoglcontext.cpp \
com/mapswithme/opengl/androidoglcontextfactory.cpp \
+ com/mapswithme/opengl/gl3stub.c \
com/mapswithme/platform/HttpThread.cpp \
com/mapswithme/platform/SocketImpl.cpp \
com/mapswithme/platform/Language.cpp \