diff --git a/device-husky.mk b/device-husky.mk index a2e4c36..d5fac15 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -401,6 +401,10 @@ PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ ro.vendor.vibrator.hal.pm.activetimeout=5 +# Override Output Distortion Gain +PRODUCT_VENDOR_PROPERTIES += \ + vendor.audio.hapticgenerator.distortion.output.gain=0.38 + # Increment the SVN for any official public releases ifdef RELEASE_SVN_HUSKY TARGET_SVN ?= $(RELEASE_SVN_HUSKY) diff --git a/device-shiba.mk b/device-shiba.mk index 838ee76..d1ed4a3 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -378,6 +378,10 @@ PRODUCT_VENDOR_PROPERTIES += \ ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ ro.vendor.vibrator.hal.pm.activetimeout=5 +# Override Output Distortion Gain +PRODUCT_VENDOR_PROPERTIES += \ + vendor.audio.hapticgenerator.distortion.output.gain=0.38 + # Increment the SVN for any official public releases ifdef RELEASE_SVN_SHIBA TARGET_SVN ?= $(RELEASE_SVN_SHIBA)