Disable kythe annotations

This commit is contained in:
uazo 2023-03-04 04:08:30 -10:00 committed by GitHub
parent 3ed76fc160
commit 6b6e64d2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if(getenv("TARGET_CPU") != "") {
if (target_os == "android") {
target_os = "android" # fix traffic annotation auditor
enable_kythe_annotations = true
#enable_kythe_annotations = true
chrome_public_manifest_package = "org.bromite.bromite.dev"
_is_debug_build = getenv("TARGET_ISDEBUG")