Baseline global lint errors

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

Bug: 366207898
Test: treehugger
Test: m services.appfunctions-lint
Test: m services.supervision-lint
Flag: EXEMPT lint baseline
Change-Id: I817389b0c7509711f9b27af44db79145f521bbb7
diff --git a/services/supervision/Android.bp b/services/supervision/Android.bp
index 93a0c4a..aefbbca 100644
--- a/services/supervision/Android.bp
+++ b/services/supervision/Android.bp
@@ -19,4 +19,7 @@
     defaults: ["platform_service_defaults"],
     srcs: [":services.supervision-sources"],
     libs: ["services.core"],
+    lint: {
+        baseline_filename: "lint-baseline.xml",
+    },
 }