We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bde36 commit 2ec882aCopy full SHA for 2ec882a
args.gn
@@ -57,3 +57,8 @@ config_apk_is_debug = false
57
58
# Only enable secondary arch support for arm64, reducing build time and apk size elsewhere
59
enable_android_secondary_abi = target_os == "arm64"
60
+
61
+# Explicitly disable static analysis as intended for official builds.
62
+# See //build/config/android/config.gni line 90-92 as of M136
63
+# Without this, autoninja unnecessarily prints warnings on some build environment.
64
+android_static_analysis = "off"
0 commit comments