Commit cbda6264 by Nicolas Capens

Fix Android master build.

OpenGL ES 3.0 entry functions are exported in the exports.map version script, but the source file defining them was not being compiled (ES3 support is still disabled). Change-Id: I5e42082304beb2b37de2bcc7ffcf3b2fc65ecc7d Reviewed-on: https://swiftshader-review.googlesource.com/4732Reviewed-by: 's avatarKeun Soo Yim <yim@google.com> Reviewed-by: 's avatarGreg Hartman <ghartman@google.com> Tested-by: 's avatarKeun Soo Yim <yim@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent 23d2d2ac
......@@ -28,6 +28,7 @@ COMMON_SRC_FILES := \
Framebuffer.cpp \
IndexDataManager.cpp \
libGLESv2.cpp \
libGLESv3.cpp \
main.cpp \
Program.cpp \
Query.cpp \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment