From a555a992b3330af3ab87849ee5b167d52db92062 Mon Sep 17 00:00:00 2001 From: leonardian Date: Fri, 7 Jun 2024 03:10:13 +0000 Subject: [PATCH] Enable all primitive effects - Remove ro.vendor.vibrator.hal.supported_primitives to support all primitive effects - Set ACTUATOR_MODEL to legacy_zlra_actuator Bug: 342062469 Test: idlcli commands Test: atest PTS, VTS, CTS Test: Checked HAL dumpsys for durations Change-Id: I4468040ff84c7c6e10c6b5dc08c34a972d234c66 --- device-akita.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-akita.mk b/device-akita.mk index 6575441..8b9c126 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -371,8 +371,8 @@ PRODUCT_VENDOR_PROPERTIES += \ # Vibrator HAL $(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION))) ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1 +ACTUATOR_MODEL := legacy_zlra_actuator PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.vibrator.hal.supported_primitives=243 \ ro.vendor.vibrator.hal.f0.comp.enabled=1 \ ro.vendor.vibrator.hal.redc.comp.enabled=0 \ persist.vendor.vibrator.hal.context.enable=false \