add start build
This commit is contained in:
parent
a027bee555
commit
53f06aad6e
10
start-build.sh
Normal file
10
start-build.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
RED='\033[0;31m'
|
||||||
|
NC='\033[0m' # No Color
|
||||||
|
|
||||||
|
cd chromium/src
|
||||||
|
|
||||||
|
gn gen --args="$(cat ~/bromite/build/GN_ARGS) target_cpu=\"x86\" use_goma=true goma_dir=\"$PWD/goma\" " out/x86
|
||||||
|
|
||||||
|
autoninja -j 40 -C out/x86 chrome_public_apk
|
Loading…
x
Reference in New Issue
Block a user