[automerger skipped] Add lint baseline to address NewApi errors am: 81be76f836 am: aaa189659c am: 24dc1361c0 -s ours

am skip reason: skip tag Change-Id I2c38dac481685470af8be115d867953325e75d94 with SHA-1 db38f2665a is already in history

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1675805

Change-Id: I45bc191ea4afffd79748794c587bfb2f926bd04f
diff --git a/staticlibs/client-libs/tests/unit/lint-baseline.xml b/staticlibs/client-libs/tests/unit/lint-baseline.xml
deleted file mode 100644
index 713e300..0000000
--- a/staticlibs/client-libs/tests/unit/lint-baseline.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
-
-    <issue
-        id="NewApi"
-        message="Call requires API level 31 (current min is 29): `com.android.net.module.util.CollectionUtils#all`"
-        errorLine1="                        CollectionUtils.all(Arrays.asList(expectedFinalFlags),"
-        errorLine2="                                        ~~~">
-        <location
-            file="frameworks/libs/net/client-libs/tests/unit/src/com/android/net/module/util/NetdUtilsTest.java"
-            line="79"
-            column="41"/>
-    </issue>
-
-    <issue
-        id="NewApi"
-        message="Call requires API level 31 (current min is 29): `com.android.net.module.util.CollectionUtils#all`"
-        errorLine1="                        &amp;&amp; CollectionUtils.all(Arrays.asList(config.flags),"
-        errorLine2="                                           ~~~">
-        <location
-            file="frameworks/libs/net/client-libs/tests/unit/src/com/android/net/module/util/NetdUtilsTest.java"
-            line="81"
-            column="44"/>
-    </issue>
-
-</issues>