Revert "eqs: sensors: implement and enable UDFPS sensor"

This reverts commit b2dde636dd.
This commit is contained in:
Cosmin Tanislav
2023-01-14 01:13:38 +02:00
parent f04c402b21
commit 01b73bad5b
4 changed files with 27 additions and 63 deletions

View File

@@ -34,7 +34,6 @@ using ::android::hardware::sensors::V2_0::implementation::ScopedWakelock;
SensorsSubHal::SensorsSubHal() : mCallback(nullptr), mNextHandle(1) {
AddSensor<InputEventDT2WSensor>();
AddSensor<InputEventUdfpsSensor>();
}
Return<void> SensorsSubHal::getSensorsList_2_1(ISensors::getSensorsList_2_1_cb _hidl_cb) {