From 53f06aad6e8e8518180719fda8d9f6c95a64dc41 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 29 May 2021 18:01:37 +0000 Subject: [PATCH] add start build --- start-build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 start-build.sh 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