raviole: Move vibrator properties to vendor
No reason to not have this configured on GSI Change-Id: I33966430d571071c9c900e8adcc5004580bd51b7
This commit is contained in:
@@ -52,13 +52,6 @@ PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \
|
||||
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml
|
||||
|
||||
# Vibrator HAL
|
||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
||||
ro.vendor.vibrator.hal.long.frequency.shift=15 \
|
||||
ro.vendor.vibrator.hal.device.mass=0.205 \
|
||||
ro.vendor.vibrator.hal.loc.coeff=2.25 \
|
||||
persist.vendor.vibrator.hal.chirp.enabled=0
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
device/google/raviole
|
||||
|
||||
|
||||
@@ -59,13 +59,6 @@ PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \
|
||||
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml
|
||||
|
||||
# Vibrator HAL
|
||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
||||
ro.vendor.vibrator.hal.long.frequency.shift=15 \
|
||||
ro.vendor.vibrator.hal.device.mass=0.21 \
|
||||
ro.vendor.vibrator.hal.loc.coeff=2.5 \
|
||||
persist.vendor.vibrator.hal.chirp.enabled=0
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
device/google/raviole
|
||||
|
||||
|
||||
@@ -47,6 +47,10 @@ ro.vendor.touch.dump.sys=/sys/class/spi_master/spi11/spi11.0
|
||||
ro.usb.uvc.enabled=true
|
||||
|
||||
# Vibrator
|
||||
persist.vendor.vibrator.hal.chirp.enabled=0
|
||||
ro.vendor.vibrator.hal.device.mass=0.205
|
||||
ro.vendor.vibrator.hal.loc.coeff=2.25
|
||||
ro.vendor.vibrator.hal.long.frequency.shift=15
|
||||
vendor.audio.hapticgenerator.distortion.output.gain=0.32
|
||||
|
||||
# ZRAM
|
||||
|
||||
@@ -48,6 +48,10 @@ ro.usb.uvc.enabled=true
|
||||
ro.vendor.uwb.calibration.calibrationpaths=/vendor/etc/uwb/calib_paths
|
||||
|
||||
# Vibrator
|
||||
persist.vendor.vibrator.hal.chirp.enabled=0
|
||||
ro.vendor.vibrator.hal.device.mass=0.21
|
||||
ro.vendor.vibrator.hal.loc.coeff=2.5
|
||||
ro.vendor.vibrator.hal.long.frequency.shift=15
|
||||
vendor.audio.hapticgenerator.distortion.output.gain=0.32
|
||||
|
||||
# ZRAM
|
||||
|
||||
Reference in New Issue
Block a user