From b8795e950f395cd1ba520746a572c5fbf5820139 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Fri, 23 Jun 2023 18:34:55 +0300 Subject: [PATCH] universal7885: Enable duration based amplitude control * https://review.lineageos.org/c/LineageOS/android_hardware_samsung/+/356121 --- universal7885-common/BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 47edfee..bbd556a 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -138,3 +138,5 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true CONFIG_ACS := true CONFIG_IEEE80211AC := true +# Vibrator +$(call soong_config_set,samsungVibratorVars,duration_amplitude,true)