diff options
Diffstat (limited to 'build-android/update_external_sources_android.sh')
-rwxr-xr-x | build-android/update_external_sources_android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-android/update_external_sources_android.sh b/build-android/update_external_sources_android.sh index b40a367a..e728d893 100755 --- a/build-android/update_external_sources_android.sh +++ b/build-android/update_external_sources_android.sh @@ -20,7 +20,7 @@ set -e ANDROIDBUILDDIR=$PWD BUILDDIR=$ANDROIDBUILDDIR/.. -BASEDIR=$BUILDDIR/.. +BASEDIR=$BUILDDIR/external GLSLANG_REVISION=$(cat $ANDROIDBUILDDIR/glslang_revision_android) SPIRV_TOOLS_REVISION=$(cat $ANDROIDBUILDDIR/spirv-tools_revision_android) |