add start build

This commit is contained in:
Your Name 2021-05-29 18:01:37 +00:00
parent a027bee555
commit 53f06aad6e
1 changed files with 10 additions and 0 deletions

10
start-build.sh Normal file
View 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