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