commit | 39fd8e0ad6d553b4f66ae17ea1f92441c44e763b | [log] [tgz] |
---|---|---|
author | Umberto Sonnino <umberto@rive.app> | Tue Nov 02 10:13:42 2021 +0000 |
committer | Umberto Sonnino <umberto@rive.app> | Tue Nov 02 10:13:42 2021 +0000 |
tree | 29fba88cc3e0a15d7aa23b2ed25a7497330b2c8d | |
parent | c410eb446b6f7fb69a9b3707cd5cd7bf80e4f8cc [diff] |
Remove shallow clone causing errors
diff --git a/skia/dependencies/make_skia_android.sh b/skia/dependencies/make_skia_android.sh index 45beb90..175625e 100755 --- a/skia/dependencies/make_skia_android.sh +++ b/skia/dependencies/make_skia_android.sh
@@ -17,7 +17,7 @@ if [ ! -d skia ]; then echo "Cloning Skia stable branch..." # TODO:(umberto) --depth 1 test - git clone -b $SKIA_STABLE_BRANCH --depth 1 $SKIA_REPO + git clone -b $SKIA_STABLE_BRANCH $SKIA_REPO fi ARCH=$1