nfc(api): Move NFC API lint baseline

This is needed after NFC API split.

Bug: 303286040
Test: Device boots up after flashing
Test: atest CtsNfcTestCases
Change-Id: I22ae8145e6ea328e03949002c79c29aed184f39a
diff --git a/nfc/Android.bp b/nfc/Android.bp
index 3c2efe7..5d1404a 100644
--- a/nfc/Android.bp
+++ b/nfc/Android.bp
@@ -67,6 +67,9 @@
         "//packages/apps/Nfc:__subpackages__",
     ],
     jarjar_rules: ":nfc-jarjar-rules",
+    lint: {
+        strict_updatability_linting: true,
+    },
 }
 
 filegroup {