add enable_kythe_annotations

This commit is contained in:
uazo 2021-12-01 08:33:43 +01:00 committed by GitHub
parent a02e1ecc56
commit 2a15536226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,12 @@ not_needed(["_target_build", "_is_debug_build"])
if(getenv("TARGET_CPU") != "") { if(getenv("TARGET_CPU") != "") {
target_cpu = getenv("TARGET_CPU") target_cpu = getenv("TARGET_CPU")
} }
print("Target " + target_cpu) # print("Target " + target_cpu)
enable_kythe_annotations = true
if(!(_is_debug_build == "")) { if(!(_is_debug_build == "")) {
print("Debug build on") # print("Debug build on")
is_debug = true is_debug = true
is_official_build = false is_official_build = false
dcheck_always_on = true dcheck_always_on = true