We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cf579 commit 972c036Copy full SHA for 972c036
1 file changed
build.sh
@@ -3,7 +3,7 @@ git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools
3
export PATH=$PWD/depot_tools:$PATH
4
mkdir angle
5
cd angle
6
-fetch angle
+fetch --no-history angle
7
echo "target_os = ['android']" >> .gclient
8
gclient sync --no-history
9
mkdir out
0 commit comments