nfc(api): Change min_sdk to V for framework-nfc

Bug: 329995729
Merged-In: Idf73b6914908cfda6f145627a3a3d91d427f04b7
Change-Id: Idf73b6914908cfda6f145627a3a3d91d427f04b7
Test: Compile
diff --git a/nfc/Android.bp b/nfc/Android.bp
index 5207873..bcd3b2a 100644
--- a/nfc/Android.bp
+++ b/nfc/Android.bp
@@ -50,7 +50,7 @@
     ],
     defaults: ["framework-module-defaults"],
     sdk_version: "module_current",
-    min_sdk_version: "34", // should be 35 (making it 34 for compiling for `-next`)
+    min_sdk_version: "VanillaIceCream",
     installable: true,
     optimize: {
         enabled: false,