[DO NOT MERGE] device/vibrator: Disable adaptive haptics feature for b3

Disable the adaptive haptics feature temporarily for qpr2 release

Bug: 260247920
Test: Verified feature disabled on device
Change-Id: If9929744ac798f69cf8ee73529f16badcfcb302a
Signed-off-by: Chris Paulo <chrispaulo@google.com>
This commit is contained in:
Chris Paulo 2022-11-23 20:03:29 +00:00
parent 9d89188c67
commit b1acfc42d6

View file

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