raviole: Move vibrator properties to vendor

No reason to not have this configured on GSI

Change-Id: I33966430d571071c9c900e8adcc5004580bd51b7
This commit is contained in:
Michael Bestas
2025-12-05 11:24:11 +02:00
parent da12390350
commit b710bc9e58
4 changed files with 8 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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