omapi(interface): Make it available for nfc apex

Bug: 303286040
Test: Compiles
(cherry picked from https://android-review.googlesource.com/q/commit:c833f2d0444d2d94dc9f18095029838aa4af3d78)
Merged-In: Ife7098e0619b17c1f1ed3b276592207d09cdb6ea
Change-Id: Ife7098e0619b17c1f1ed3b276592207d09cdb6ea
diff --git a/omapi/aidl/Android.bp b/omapi/aidl/Android.bp
index 58bcd1d..e71597a 100644
--- a/omapi/aidl/Android.bp
+++ b/omapi/aidl/Android.bp
@@ -24,6 +24,11 @@
     backend: {
         java: {
             sdk_version: "module_current",
+            apex_available: [
+                "//apex_available:platform",
+                "com.android.nfcservices",
+            ],
+
         },
         rust: {
             enabled: true,