diff --git a/start-build.sh b/start-build.sh new file mode 100644 index 0000000..b495e5f --- /dev/null +++ b/start-build.sh @@ -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