From 4e31e5eeb3fb18a1abb682988b2d65cff07e677c Mon Sep 17 00:00:00 2001 From: Chris Paulo Date: Tue, 14 Feb 2023 21:38:44 +0000 Subject: [PATCH] device/lynx: Add adaptive haptics feature flag Add adaptive haptics feature flag to device-lynx.mk to enable feature in vibrator HAL. Bug: 198239103 Test: Verified on device Change-Id: I2fee6f06bfff33b7044516a4022b16bd76a4beb5 Signed-off-by: Chris Paulo --- device-lynx.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device-lynx.mk b/device-lynx.mk index 30e2c00..30b3adc 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -152,6 +152,7 @@ include device/google/gs101/fingerprint/udfps_factory.mk endif # Vibrator HAL +ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1 PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.vibrator.hal.supported_primitives=243 \ ro.vendor.vibrator.hal.f0.comp.enabled=1 \