Skip to content

Commit 2ec882a

Browse files
quh4gko8thestinger
authored andcommitted
Explicitly disable android static analysis intended for offical builds
1 parent c2bde36 commit 2ec882a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

args.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ config_apk_is_debug = false
5757

5858
# Only enable secondary arch support for arm64, reducing build time and apk size elsewhere
5959
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

Comments
 (0)