Baseline issues that were previously suppressed

java_sdk_library has previously internally disabled a few legitimate
issues. As this is being un-done for modules, add baselines for the
pre-existing issues.

Bug: 306806877
Test: m checkapi
Change-Id: I584409b57252e25143752c582d0c0674a91a9803
diff --git a/framework/api/module-lib-lint-baseline.txt b/framework/api/module-lib-lint-baseline.txt
new file mode 100644
index 0000000..4ad99a2
--- /dev/null
+++ b/framework/api/module-lib-lint-baseline.txt
@@ -0,0 +1,11 @@
+// Baseline format: 1.0
+BroadcastBehavior: android.scheduling.RebootReadinessManager#ACTION_REBOOT_READY:
+    Field 'ACTION_REBOOT_READY' is missing @BroadcastBehavior
+
+
+RequiresPermission: android.scheduling.RebootReadinessManager#markRebootPending():
+    Method 'markRebootPending' documentation mentions permissions already declared by @RequiresPermission
+
+
+Todo: android.scheduling.RebootReadinessManager#markRebootPending():
+    Documentation mentions 'TODO'
diff --git a/framework/api/system-lint-baseline.txt b/framework/api/system-lint-baseline.txt
new file mode 100644
index 0000000..4ad99a2
--- /dev/null
+++ b/framework/api/system-lint-baseline.txt
@@ -0,0 +1,11 @@
+// Baseline format: 1.0
+BroadcastBehavior: android.scheduling.RebootReadinessManager#ACTION_REBOOT_READY:
+    Field 'ACTION_REBOOT_READY' is missing @BroadcastBehavior
+
+
+RequiresPermission: android.scheduling.RebootReadinessManager#markRebootPending():
+    Method 'markRebootPending' documentation mentions permissions already declared by @RequiresPermission
+
+
+Todo: android.scheduling.RebootReadinessManager#markRebootPending():
+    Documentation mentions 'TODO'