Skip to content

Commit 294d102

Browse files
authored
Update build.sh
1 parent 965ee13 commit 294d102

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ export PATH=$PWD/depot_tools:$PATH
44
mkdir angle
55
cd angle
66

7-
fetch --no-history angle
7+
fetch --nohooks angle
8+
9+
git checkout chromium/7622
810

911
echo "target_os = ['android']" >> .gclient
10-
gclient sync --no-history
12+
gclient sync -D --no-history
1113

1214
find ../patches/ -name "*.diff" -print0 | xargs -0 -I {} sh -c 'echo "Applying {}" && git apply --reject --whitespace=fix {} || (echo "Failed to apply patches" && exit 1)'
1315

0 commit comments

Comments
 (0)