From 8426e32ad128b68ec1bb8607a889289f1f0266d1 Mon Sep 17 00:00:00 2001 From: Zouberou Sayibou Date: Wed, 18 Dec 2024 05:52:27 +0000 Subject: [PATCH] comet: Clean up dbc and pm properties. Bug: 384978512 Flag: EXEMPT clean up only Change-Id: If8f1722d8e674910eba3aeb710e19f98846fc4ca Signed-off-by: Zouberou Sayibou --- device-comet.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device-comet.mk b/device-comet.mk index 0ebd00c..06339e0 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -415,8 +415,6 @@ PRODUCT_VENDOR_PROPERTIES += \ # Haptics # Placeholders for updates later, need to update: -# remove ro.vendor.vibrator.hal.dbc.enable (needed for setting pm.activetimeout) -# remove pm.activetimeout # ro.vendor.vibrator.hal.loc.coeff.folded currently unused $(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION))) ACTUATOR_MODEL := luxshare_ict_081545 @@ -426,8 +424,6 @@ PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.vibrator.hal.device.mass=0.2605 \ ro.vendor.vibrator.hal.loc.coeff.folded=3.15 \ ro.vendor.vibrator.hal.loc.coeff=2.58 \ - ro.vendor.vibrator.hal.dbc.enable=1 \ - ro.vendor.vibrator.hal.pm.activetimeout=5 \ persist.vendor.vibrator.hal.context.enable=false \ persist.vendor.vibrator.hal.context.scale=60 \ persist.vendor.vibrator.hal.context.fade=true \