nfc(api): Link against framework-permission

Bug: 332322437
Merged-In: Ia6463c5de0772e82b104e18d84e2a2d839ff12dc
Change-Id: Ia6463c5de0772e82b104e18d84e2a2d839ff12dc
Test: Compiles (need to verify on the 24Q3-beta-release branch)
diff --git a/nfc/Android.bp b/nfc/Android.bp
index 7f21c09..3abffd0 100644
--- a/nfc/Android.bp
+++ b/nfc/Android.bp
@@ -39,6 +39,7 @@
     libs: [
         "unsupportedappusage", // for android.compat.annotation.UnsupportedAppUsage
         "framework-permission-s",
+        "framework-permission",
     ],
     static_libs: [
         "android.nfc.flags-aconfig-java",