Merge "Add property to set initial svn as 1"

This commit is contained in:
Neo Yu 2022-12-05 09:53:41 +00:00 committed by Android (Google) Code Review
commit 3927dd44f8
2 changed files with 8 additions and 0 deletions

View file

@ -228,3 +228,7 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.chirp.enabled=1 \ ro.vendor.vibrator.hal.chirp.enabled=1 \
ro.vendor.vibrator.hal.device.mass=0.222 \ ro.vendor.vibrator.hal.device.mass=0.222 \
ro.vendor.vibrator.hal.loc.coeff=2.8 ro.vendor.vibrator.hal.loc.coeff=2.8
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=1

View file

@ -224,3 +224,7 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.chirp.enabled=1 \ ro.vendor.vibrator.hal.chirp.enabled=1 \
ro.vendor.vibrator.hal.device.mass=0.187 \ ro.vendor.vibrator.hal.device.mass=0.187 \
ro.vendor.vibrator.hal.loc.coeff=2.75 ro.vendor.vibrator.hal.loc.coeff=2.75
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=1