Remove InputClassifier from current compatibility

We don't need InputClassifier because it was converted to aidl
InputProcessor. New usages should all be on aidl.

Bug: 205761620
Test: tested deep touch on device
Change-Id: Id6b3c1db30f218e4cc1fa1653817a458f5ab56bf
This commit is contained in:
Siarhei Vishniakou
2022-02-04 14:10:53 -08:00
parent b12d418142
commit cb39dd0514

View File

@@ -374,14 +374,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.input.classifier</name>
<version>1.0</version>
<interface>
<name>IInputClassifier</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.input.processor</name>
<version>1</version>