Merge "Mark nfc HAL as updatable-via-apex" into main

This commit is contained in:
Jooyung Han 2023-08-24 23:02:06 +00:00 committed by Gerrit Code Review
commit a9c0dda341
2 changed files with 2 additions and 2 deletions

View file

@ -457,7 +457,7 @@
<regex-instance>.*</regex-instance> <regex-instance>.*</regex-instance>
</interface> </interface>
</hal> </hal>
<hal format="aidl" optional="true"> <hal format="aidl" optional="true" updatable-via-apex="true">
<name>android.hardware.nfc</name> <name>android.hardware.nfc</name>
<interface> <interface>
<name>INfc</name> <name>INfc</name>

View file

@ -454,7 +454,7 @@
<regex-instance>.*</regex-instance> <regex-instance>.*</regex-instance>
</interface> </interface>
</hal> </hal>
<hal format="aidl" optional="true"> <hal format="aidl" optional="true" updatable-via-apex="true">
<name>android.hardware.nfc</name> <name>android.hardware.nfc</name>
<interface> <interface>
<name>INfc</name> <name>INfc</name>