summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roshan Pius <rpius@google.com> 2023-10-09 19:57:47 +0000
committer Cherrypicker Worker <android-build-cherrypicker-worker@google.com> 2023-10-09 19:57:47 +0000
commit5b2ce407a0e3be91993d2ee918cbec4ddbdb16b0 (patch)
tree0f856a33a8bb205135b04cf405bec77433798393
parentf00f4b3943d858ec0a22f5bf3b0feaa82b2e681a (diff)
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
-rw-r--r--omapi/aidl/Android.bp5
1 files changed, 5 insertions, 0 deletions
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,