From 4c471458ecb719b30a19e1fa2ebfca64acaa212d Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Sun, 20 Mar 2022 10:20:52 -0700 Subject: [PATCH] 225341614: Enforce ExtraText in platform builds Bug: 225341614 Test: N/A Change-Id: Ic2ed5006643f3646315f16fe77552398f38c0265 --- java/lint_defaults.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/lint_defaults.txt b/java/lint_defaults.txt index 4bc0c5fd4..3cc436ccf 100644 --- a/java/lint_defaults.txt +++ b/java/lint_defaults.txt @@ -1,6 +1,8 @@ # Treat LintError as fatal to catch invocation errors --fatal_check LintError +--fatal_check ExtraText # 225341614 + # Checks which do not apply to the platform (implementation # in lint assumes that it's running on app code)