aboutsummaryrefslogtreecommitdiff
path: root/buildAndroid/update_external_sources_android.sh
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2016-03-31 16:33:00 -0600
committerCody Northrop <cnorthrop@google.com>2016-03-31 16:39:26 -0600
commitfac5b37fd5f75e3f62d3c07cbd74e37bf4aae20b (patch)
tree2a8ffe97e3e514d1597b1f6493735159f78b4ade /buildAndroid/update_external_sources_android.sh
parent5b3a88f563bd9fc8f76b15bbfee7a12842ab04a3 (diff)
downloadusermoji-fac5b37fd5f75e3f62d3c07cbd74e37bf4aae20b.tar.xz
toolchain: Fix android build
Let's start tracking these revisions independent of desktop
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"