Update lint baselines for ObsoleteSdkInt message change
The message for this lint issue, which was baselined in a number of places, was updated slightly. It is also now being reported for more locations, which from my spot checks appear correct.
Bug: 370769491
Test: presubmit
Change-Id: Ic41dde84e48ef3f11a3406759d6513d7532f45a2
diff --git a/camera/camera-camera2-pipe/lint-baseline.xml b/camera/camera-camera2-pipe/lint-baseline.xml
new file mode 100644
index 0000000..0727b84
--- /dev/null
+++ b/camera/camera-camera2-pipe/lint-baseline.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<issues format="6" by="lint 8.8.0-alpha06" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha06)" variant="all" version="8.8.0-alpha06">
+
+ <issue
+ id="ObsoleteSdkInt"
+ message="Unnecessary; `SDK_INT` is always >= 26"
+ errorLine1=" check(Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/androidx/camera/camera2/pipe/compat/CaptureSessionWrapper.kt"/>
+ </issue>
+
+ <issue
+ id="ObsoleteSdkInt"
+ message="Unnecessary; `SDK_INT` is always >= 24"
+ errorLine1=" check(Build.VERSION.SDK_INT >= Build.VERSION_CODES.N)"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/androidx/camera/camera2/pipe/compat/Configuration.kt"/>
+ </issue>
+
+</issues>