Update build_args.gni

This commit is contained in:
uazo 2022-12-29 16:51:25 +03:00 committed by GitHub
parent c3b8d405e1
commit e7381936fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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