aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2016-05-25 08:23:45 -0600
committerCody Northrop <cnorthrop@google.com>2016-05-31 11:34:01 -0600
commita2db2e813fb357dc9cd49cfd8d3027b88e5c793b (patch)
tree1510b1b4bef8fb7ac66cddfaf0ff3e1d3471e9b0
parent5e2ec68b6ef8d3f818ec63722fe0235348544377 (diff)
downloadusermoji-a2db2e813fb357dc9cd49cfd8d3027b88e5c793b.tar.xz
toolchain: Simplify setup for shaderc, use https instead of git@
-rwxr-xr-xbuild-android/update_external_sources_android.sh2
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 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
}