Updating VINTF manifest for IDebugManager.

Notes:
- Adding new AIDL HAL for IDebugManager.

Bug: 249611327
Test: build test
Change-Id: I6e103a0027ab4f5705f6065d1a6c661c958976bf
This commit is contained in:
Habib Moukalled 2023-02-10 15:38:22 +00:00
parent b741a63df2
commit 8efaff48bc

View file

@ -104,9 +104,14 @@
</hal> </hal>
<hal format="aidl" optional="true"> <hal format="aidl" optional="true">
<name>com.google.face.debug</name> <name>com.google.face.debug</name>
<version>2</version>
<interface> <interface>
<name>IDebugHost</name> <name>IDebugHost</name>
<instance>default</instance> <instance>default</instance>
</interface>
<interface>
<name>IDebugManager</name>
<instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="aidl" optional="true"> <hal format="aidl" optional="true">