Baseline global lint errors in telephony

We're trying to update AndroidGlobalLintChecker to the latest version in
Change-Id I2918f6f94bf1e6b5c153ac743c14082ac7d13600, however, a few lint
errors fail presubmit, hence this change updates the baseline file to
make presubmit pass for now.

Bug: 366207898
Test: treehugger
Test: m telephony-common-lint
Change-Id: I03cf77ff44a1e299f24202ac5440b2df8cf433b0
diff --git a/Android.bp b/Android.bp
index c3b4373..da32208 100644
--- a/Android.bp
+++ b/Android.bp
@@ -116,4 +116,7 @@
         obfuscate: false,
         proguard_flags_files: ["proguard.flags"],
     },
+    lint: {
+        baseline_filename: "lint-baseline.xml",
+    },
 }