From e7381936fec9034c708e4089179935a960cdb1ae Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 29 Dec 2022 16:51:25 +0300 Subject: [PATCH] Update build_args.gni --- images/bromite-build/build_args.gni | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/bromite-build/build_args.gni b/images/bromite-build/build_args.gni index bb8ad22..a7acee3 100644 --- a/images/bromite-build/build_args.gni +++ b/images/bromite-build/build_args.gni @@ -10,6 +10,7 @@ if(getenv("TARGET_CPU") != "") { } if (target_os == "android") { + target_os = "android" # fix traffic annotation auditor enable_kythe_annotations = true chrome_public_manifest_package = "org.bromite.bromite.dev" @@ -33,6 +34,7 @@ if (target_os == "android") { } if (target_os == "win") { + target_os = "win" # fix traffic annotation auditor target_cpu = "x64" symbol_level = 0 use_large_pdbs = true