New lint detector for flow usage

No-Typo-Check: lint-baseline.xml update
Flag: NONE
Bug: 334172345
Test: m out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/f4f47f0509e030e335c57c427145a02a/lint/lint-baseline.xml
Test: atest SystemUILintCheckerTest --no-bazel-mode
Change-Id: Iec9abc90130cf59a53db05c1c19d5f3dfa7b5af1
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index 5e11e1a..c9e7561 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -191,6 +191,7 @@
     lint: {
         extra_check_modules: ["SystemUILintChecker"],
         warning_checks: ["MissingApacheLicenseDetector"],
+        baseline_filename: "lint-baseline.xml",
     },
 }