Skip to content

Commit 972c036

Browse files
authored
Fix[build]: fetch angle itself with no history too
1 parent 95cf579 commit 972c036

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
@@ -3,7 +3,7 @@ git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools
33
export PATH=$PWD/depot_tools:$PATH
44
mkdir angle
55
cd angle
6-
fetch angle
6+
fetch --no-history angle
77
echo "target_os = ['android']" >> .gclient
88
gclient sync --no-history
99
mkdir out

0 commit comments

Comments
 (0)