Mark com.google.face.debug as updatable-via-apex
com.google.face.debug interface is provided by the new Faceauth APEX (com.google.android.hardware.biometrics.face). This doesn't mean it's truly updatable individually, but means that the interface implementation can be provided from an APEX even if it's not updatable. Bug: 285442265 Test: atest face_hal_p23_..._trusty_test Change-Id: I712545ccdb82669bbb9756dc56c69193c5abeda0
This commit is contained in:
parent
c41b273734
commit
0f2ea48ec8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<hal format="aidl" optional="true" updatable-via-apex="true">
|
||||
<name>com.google.face.debug</name>
|
||||
<version>3</version>
|
||||
<interface>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue