From a2db2e813fb357dc9cd49cfd8d3027b88e5c793b Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Wed, 25 May 2016 08:23:45 -0600 Subject: toolchain: Simplify setup for shaderc, use https instead of git@ --- build-android/update_external_sources_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-android') diff --git a/build-android/update_external_sources_android.sh b/build-android/update_external_sources_android.sh index e728d893..4ceaeeb9 100755 --- a/build-android/update_external_sources_android.sh +++ b/build-android/update_external_sources_android.sh @@ -66,7 +66,7 @@ function create_shaderc () { rm -rf $BASEDIR/shaderc echo "Creating local shaderc repository ($BASEDIR/shaderc)." cd $BASEDIR - git clone git@github.com:google/shaderc.git + git clone https://github.com/google/shaderc.git cd shaderc git checkout $SHADERC_REVISION } -- cgit v1.2.3