Skip to content

Commit 95cf579

Browse files
authored
Fix[build]: sync without full history
1 parent 335b78b commit 95cf579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ mkdir angle
55
cd angle
66
fetch angle
77
echo "target_os = ['android']" >> .gclient
8-
gclient sync
8+
gclient sync --no-history
99
mkdir out
1010
mkdir ../build_out

0 commit comments

Comments
 (0)