aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2016-08-24 10:01:01 -0400
committerDavid Neto <dneto@google.com>2016-08-24 10:01:01 -0400
commit7e776711f099130e71d52bd3ea4f863443b183b6 (patch)
tree71c0dcf57179fa4b7656c6201ff84eee88bccc69
parent68b8e9443788b47f221b7b410af9016dfe3e6fff (diff)
downloadshaderc-7e776711f099130e71d52bd3ea4f863443b183b6.tar.gz
Update Glslang sources for Android NDK build
This is required to absorb the recent merge of the overloaded-400 branch into Glslang master. See https://github.com/KhronosGroup/glslang/commit/ab89bbe702e88c01c2522155c54fc722161276db
-rw-r--r--third_party/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/Android.mk b/third_party/Android.mk
index 7084297..1146f8f 100644
--- a/third_party/Android.mk
+++ b/third_party/Android.mk
@@ -78,6 +78,7 @@ LOCAL_SRC_FILES:= \
glslang/MachineIndependent/limits.cpp \
glslang/MachineIndependent/linkValidate.cpp \
glslang/MachineIndependent/parseConst.cpp \
+ glslang/MachineIndependent/ParseContextBase.cpp \
glslang/MachineIndependent/ParseHelper.cpp \
glslang/MachineIndependent/PoolAlloc.cpp \
glslang/MachineIndependent/propagateNoContraction.cpp \