Revert "Enable NewApi lint checks on service-connectivity"

This reverts commit a1145a1fd341239f35d0af510819b053af91e7a2.

Reason for revert: fix build failure
Bug: 295779471

Change-Id: Id481aa628e1a1173b8b2c79006843025439b5901
diff --git a/service-t/Android.bp b/service-t/Android.bp
index dbc89f6..7de749c 100644
--- a/service-t/Android.bp
+++ b/service-t/Android.bp
@@ -68,7 +68,6 @@
     apex_available: [
         "com.android.tethering",
     ],
-    lint: { error_checks: ["NewApi"] },
     visibility: [
         "//frameworks/base/tests/vcn",
         "//packages/modules/Connectivity/service",
@@ -119,4 +118,4 @@
     visibility: [
         "//visibility:private",
     ],
-}
+}
\ No newline at end of file
diff --git a/service/Android.bp b/service/Android.bp
index f574e6b..a65d664 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -195,10 +195,7 @@
     apex_available: [
         "com.android.tethering",
     ],
-    lint: {
-        error_checks: ["NewApi"],
-        strict_updatability_linting: true,
-    },
+    lint: { strict_updatability_linting: true },
     visibility: [
         "//packages/modules/Connectivity/service-t",
         "//packages/modules/Connectivity/tests:__subpackages__",
@@ -264,7 +261,6 @@
         proguard_flags_files: ["proguard.flags"],
     },
     lint: {
-        error_checks: ["NewApi"],
         strict_updatability_linting: true,
     },
 }