Merge "Mark nfc HAL as updatable-via-apex" into main
This commit is contained in:
commit
a9c0dda341
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue