mondrianwifi: Declare IStylusMode for vendor.lineage.touch in vintf ma…

…nifest

* The cmd_list node exists, and it contains hover_mode, so
  isSupported() returns true. Not having a supported interface
  declared leads to boot-breaks starting with R.

Change-Id: If2081dc796ff1a33043d9894aa556028d4aa2d68
This commit is contained in:
nyyu 2021-08-24 19:59:19 +02:00
parent 1668cce888
commit 5bb76637ab

View File

@ -211,5 +211,9 @@
<name>IGloveMode</name>
<instance>default</instance>
</interface>
<interface>
<name>IStylusMode</name>
<instance>default</instance>
</interface>
</hal>
</manifest>