We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a9356 commit 40c56c3Copy full SHA for 40c56c3
1 file changed
build_arch.sh
@@ -1,4 +1,7 @@
1
#!/bin/sh
2
+export PATH=$PWD/depot_tools:$PATH
3
+cd angle
4
+
5
mkdir out/Android-$TARGET_ARCH
6
mkdir ../build_out/$ANDROID_TARGET
7
envsubst < ../build-android.gen.gn > out/Android-$TARGET_ARCH/args.gn
0 commit comments