Allow for the previous version of com.google.input

In the 'next' release configuration, we don't allow using unfrozen
versions of interfaces, so the previous version is served instead.
Once this interface is frozen, this previous version can be removed from
the FCM.

Test: lunch cheetah-next-userdebug && m
Bug: 290265210
Bug: 294130026
Change-Id: I662355264e4901f2f99bc0635779ab9b2f9756b9
This commit is contained in:
Devin Moore 2023-08-01 23:25:37 +00:00
parent 97280123e8
commit a1525938ea

View file

@ -130,7 +130,7 @@
</hal> </hal>
<hal format="aidl" optional="true"> <hal format="aidl" optional="true">
<name>com.google.input</name> <name>com.google.input</name>
<version>2</version> <version>1-2</version>
<interface> <interface>
<name>ITouchContextService</name> <name>ITouchContextService</name>
<instance>default</instance> <instance>default</instance>