Mark neuralnetworks HAL as updatable-via-apex

Bug: 297786849
Test: m
Merged-In: I80eb731040d23371886213941138bc73c033bb1f
Change-Id: I80eb731040d23371886213941138bc73c033bb1f
This commit is contained in:
Jooyung Han
2023-08-28 13:33:05 +09:00
parent c9174b9a18
commit 41b170f736
2 changed files with 2 additions and 2 deletions

View File

@@ -449,7 +449,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.neuralnetworks</name> <name>android.hardware.neuralnetworks</name>
<version>1-4</version> <version>1-4</version>
<interface> <interface>

View File

@@ -446,7 +446,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.neuralnetworks</name> <name>android.hardware.neuralnetworks</name>
<version>1-4</version> <version>1-4</version>
<interface> <interface>