aboutsummaryrefslogtreecommitdiff
path: root/buildAndroid/update_external_sources_android.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildAndroid/update_external_sources_android.sh')
-rwxr-xr-xbuildAndroid/update_external_sources_android.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildAndroid/update_external_sources_android.sh b/buildAndroid/update_external_sources_android.sh
index 0e788220..b40a367a 100755
--- a/buildAndroid/update_external_sources_android.sh
+++ b/buildAndroid/update_external_sources_android.sh
@@ -22,9 +22,9 @@ ANDROIDBUILDDIR=$PWD
BUILDDIR=$ANDROIDBUILDDIR/..
BASEDIR=$BUILDDIR/..
-GLSLANG_REVISION=$(cat $BUILDDIR/glslang_revision)
-SPIRV_TOOLS_REVISION=$(cat $BUILDDIR/spirv-tools_revision)
-SHADERC_REVISION=$(cat $ANDROIDBUILDDIR/shaderc_revision)
+GLSLANG_REVISION=$(cat $ANDROIDBUILDDIR/glslang_revision_android)
+SPIRV_TOOLS_REVISION=$(cat $ANDROIDBUILDDIR/spirv-tools_revision_android)
+SHADERC_REVISION=$(cat $ANDROIDBUILDDIR/shaderc_revision_android)
echo "GLSLANG_REVISION=$GLSLANG_REVISION"
echo "SPIRV_TOOLS_REVISION=$SPIRV_TOOLS_REVISION"