Skip to content

Commit 7122770

Browse files
authored
Update build.sh
1 parent 2ff39ba commit 7122770

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/bin/sh
22
git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
33
export PATH=$PWD/depot_tools/:$PATH
4+
mkdir angle
5+
cd angle
46
fetch angle
57
echo "target_os = ['android']" >> .gclient
68
gclient sync
79
mkdir out
8-
mkdir build_out
10+
mkdir ../build_out

0 commit comments

Comments
 (0)