We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294d102 commit a46ebd0Copy full SHA for a46ebd0
1 file changed
build.sh
@@ -4,8 +4,9 @@ export PATH=$PWD/depot_tools:$PATH
4
mkdir angle
5
cd angle
6
7
-fetch --nohooks angle
+fetch --nohooks --no-history angle
8
9
+git fetch
10
git checkout chromium/7622
11
12
echo "target_os = ['android']" >> .gclient
0 commit comments