[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 <chrispaulo@google.com>
This commit is contained in:
Chris Paulo 2023-01-25 22:40:28 +00:00
parent d0ff062816
commit 8fcd6b1758

View file

@ -81,9 +81,6 @@ cc_library_shared {
"Vibrator.cpp",
"CapoDetector.cpp",
],
cflags: [
"-DDISABLE_ADAPTIVE_HAPTICS_FEATURE",
],
static_libs: [
"chre_client",
],