Use InputProcessor instead of InputClassifier

This HAL was changed to InputProcessor, use it here in the jni code in
order to link the InputManager code.

Bug: 210158587
Test: m libinputflinger
Change-Id: Iff33f089862422081ab8a0ddb06f12019e89d943
This commit is contained in:
Siarhei Vishniakou
2022-02-02 15:52:03 -08:00
parent 6aa536eb7f
commit 64aa6b84b6

View File

@@ -167,7 +167,7 @@ cc_defaults {
"android.hardware.graphics.common@1.2",
"android.hardware.graphics.common-V3-ndk",
"android.hardware.graphics.mapper@4.0",
"android.hardware.input.classifier@1.0",
"android.hardware.input.processor-V1-ndk",
"android.hardware.ir@1.0",
"android.hardware.light@2.0",
"android.hardware.memtrack-V1-ndk",