Mark nfc HAL as updatable-via-apex

Mark it in both 8.xml and 9.xml. 8.xml for -next configuration.

Bug: 296529752
Test: n/a
Change-Id: Ie96c38e30618cc343586f429a5d48e7108f90614
This commit is contained in:
Jooyung Han
2023-08-24 14:18:57 +09:00
parent e37ca01670
commit b5cae6c04a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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