Merge "Revert "Baseline one more Lint FlaggedApi violation"" into main am: 8d84757cfc

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/3159359

Change-Id: I22c6f77c601941a9b5f8d51674ed7222d9c51865
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Tethering/common/TetheringLib/lint-baseline.xml b/Tethering/common/TetheringLib/lint-baseline.xml
index 5171efb..ed5fbb0 100644
--- a/Tethering/common/TetheringLib/lint-baseline.xml
+++ b/Tethering/common/TetheringLib/lint-baseline.xml
@@ -12,15 +12,4 @@
             column="50"/>
     </issue>
 
-    <issue
-        id="FlaggedApi"
-        message="Method `TetheringRequest()` is a flagged API and should be inside an `if (Flags.tetheringRequestWithSoftApConfig())` check (or annotate the surrounding method `build` with `@FlaggedApi(Flags.TETHERING_REQUEST_WITH_SOFT_AP_CONFIG) to transfer requirement to caller`)"
-        errorLine1="                return new TetheringRequest(mBuilderParcel);"
-        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
-        <location
-            file="packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/TetheringManager.java"
-            line="814"
-            column="24"/>
-    </issue>
-
 </issues>