From 5b2ce407a0e3be91993d2ee918cbec4ddbdb16b0 Mon Sep 17 00:00:00 2001
From: Roshan Pius <rpius@google.com>
Date: Mon, 9 Oct 2023 19:57:47 +0000
Subject: [PATCH] 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
---
 omapi/aidl/Android.bp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/omapi/aidl/Android.bp b/omapi/aidl/Android.bp
index 58bcd1d49c69..e71597a27a39 100644
--- a/omapi/aidl/Android.bp
+++ b/omapi/aidl/Android.bp
@@ -24,6 +24,11 @@ aidl_interface {
     backend: {
         java: {
             sdk_version: "module_current",
+            apex_available: [
+                "//apex_available:platform",
+                "com.android.nfcservices",
+            ],
+
         },
         rust: {
             enabled: true,
-- 
GitLab