We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965ee13 commit 294d102Copy full SHA for 294d102
1 file changed
build.sh
@@ -4,10 +4,12 @@ export PATH=$PWD/depot_tools:$PATH
4
mkdir angle
5
cd angle
6
7
-fetch --no-history angle
+fetch --nohooks angle
8
+
9
+git checkout chromium/7622
10
11
echo "target_os = ['android']" >> .gclient
-gclient sync --no-history
12
+gclient sync -D --no-history
13
14
find ../patches/ -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || (echo "Failed to apply patches" && exit 1)'
15
0 commit comments