Fix version mismatch in vintf manifest file
vintf manifest version doesn't match with acutal implementation. Bug: 390520103 Test: atest vts_treble_vintf_vendor_test Flag: EXEMPT vintf manifest version change Change-Id: I25f77dcb6e2a344e44560ee9bcd408d650d7ae27 Signed-off-by: Hyungwoo Yang <hyungwooyang@google.com>
This commit is contained in:
parent
fe6e700db0
commit
3d542c3f96
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<compatibility-matrix version="1.0" type="framework">
|
||||
<hal format="aidl" optional="true">
|
||||
<name>com.google.input</name>
|
||||
<version>2-4</version>
|
||||
<version>2-5</version>
|
||||
<interface>
|
||||
<name>ITouchContextService</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="aidl">
|
||||
<name>com.google.input</name>
|
||||
<version>4</version>
|
||||
<version>5</version>
|
||||
<interface>
|
||||
<name>ITouchContextService</name>
|
||||
<instance>default</instance>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue