From fac5b37fd5f75e3f62d3c07cbd74e37bf4aae20b Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Thu, 31 Mar 2016 16:33:00 -0600 Subject: toolchain: Fix android build Let's start tracking these revisions independent of desktop --- buildAndroid/update_external_sources_android.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildAndroid/update_external_sources_android.sh') 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" -- cgit v1.2.3