From 6b6e64d2a8c1fef2e8a2de01fd7017ad1aee0dc4 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 4 Mar 2023 04:08:30 -1000 Subject: [PATCH] Disable kythe annotations --- images/bromite-build/build_args.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/bromite-build/build_args.gni b/images/bromite-build/build_args.gni index a7acee3..781dbaf 100644 --- a/images/bromite-build/build_args.gni +++ b/images/bromite-build/build_args.gni @@ -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")