From 4432e3bc3baae4e3352119fa2d6f30757ab10322 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 21 Oct 2022 07:15:27 -0800 Subject: [PATCH] Update build_args.gni --- images/bromite-build/build_args.gni | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/images/bromite-build/build_args.gni b/images/bromite-build/build_args.gni index 895ed67..9f480e2 100644 --- a/images/bromite-build/build_args.gni +++ b/images/bromite-build/build_args.gni @@ -3,19 +3,17 @@ declare_args() { _is_debug_build = "" } -_is_debug_build = getenv("TARGET_ISDEBUG") - not_needed(["_target_build", "_is_debug_build"]) if(getenv("TARGET_CPU") != "") { target_cpu = getenv("TARGET_CPU") } -# print("Target " + target_cpu) if (target_os == "android") { enable_kythe_annotations = true chrome_public_manifest_package = "org.bromite.bromite.dev" + _is_debug_build = getenv("TARGET_ISDEBUG") if(_is_debug_build == "true") { # print("Debug build on") is_debug = true @@ -35,6 +33,7 @@ if (target_os == "android") { } if (target_os == "win") { + target_cpu = "x64" symbol_level = 0 use_large_pdbs = true