diff --git a/device-husky.mk b/device-husky.mk index 1c1e3b0..82e22fe 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 a6b6093..55289b3 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)