From 8fcd6b175868553863d73e3913aad98ce772b535 Mon Sep 17 00:00:00 2001 From: Chris Paulo Date: Wed, 25 Jan 2023 22:40:28 +0000 Subject: [PATCH] [DO NOT MERGE] bluejay/vibrator: Re-enable adaptive haptics Re-enable the adaptive haptics feature for latest qpr in order to align with other similar devices. Bug: 198239103 Test: adb shell dumpsys android.hardware.vibrator.IVibrator/default Change-Id: Ie2964f4971f209ad4d18a05007e1847bad68ff25 Signed-off-by: Chris Paulo --- vibrator/cs40l26/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/vibrator/cs40l26/Android.bp b/vibrator/cs40l26/Android.bp index 1867087..722f0e5 100644 --- a/vibrator/cs40l26/Android.bp +++ b/vibrator/cs40l26/Android.bp @@ -81,9 +81,6 @@ cc_library_shared { "Vibrator.cpp", "CapoDetector.cpp", ], - cflags: [ - "-DDISABLE_ADAPTIVE_HAPTICS_FEATURE", - ], static_libs: [ "chre_client", ],