nfc(hal): Make it available for nfc apex

Bug: 303286040
Test: Compiles
Merged-In: I2d70f751867fe02ba2bc6958963e30f128630b00
Change-Id: I2d70f751867fe02ba2bc6958963e30f128630b00
This commit is contained in:
Roshan Pius
2023-10-04 13:11:30 -07:00
parent 4e3c5aca14
commit e89c71773d
4 changed files with 19 additions and 0 deletions

View File

@@ -22,4 +22,8 @@ hidl_interface {
"android.hidl.base@1.0",
],
gen_java: true,
apex_available: [
"//apex_available:platform",
"com.android.nfcservices",
],
}