Revert "dubai: sensors: Implement UDFPS sensor"

This reverts commit ec3f93036c.

Change-Id: Ieb25d3b8e55e7039a6bbe1906562890c6dda0b5c
This commit is contained in:
Anand S 2025-05-10 16:51:07 +05:30
commit cbc3e04878
No known key found for this signature in database
GPG key ID: 5BCAC037A93D36F0
4 changed files with 0 additions and 18 deletions

View file

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