[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:
parent
9d89188c67
commit
b1acfc42d6
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ cc_library_shared {
|
||||||
"Vibrator.cpp",
|
"Vibrator.cpp",
|
||||||
"CapoDetector.cpp",
|
"CapoDetector.cpp",
|
||||||
],
|
],
|
||||||
|
cflags: [
|
||||||
|
"-DDISABLE_ADAPTIVE_HAPTICS_FEATURE",
|
||||||
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"chre_client",
|
"chre_client",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue