[automerger skipped] Merge 24Q3 (ab/11976889) to aosp-main-future am: 4b2d3e984f -s ours
am skip reason: Merged-In Ia3e13839cd8680a09637c64067bba21b1b74aa2d with SHA-1 ab92c7917f is already in history
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/27908757
Change-Id: I1e5a9a8893b07bc3fd03421b8274ec148f6bc70d
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/conf/init.pantah.rc b/conf/init.pantah.rc
index 6c8ec43..7fe3687 100644
--- a/conf/init.pantah.rc
+++ b/conf/init.pantah.rc
@@ -83,6 +83,9 @@
chown system system /sys/bus/i2c/devices/8-0043/calibration/redc_stored
chown system system /sys/bus/i2c/devices/8-0043/default/vibe_state
chown system system /sys/bus/i2c/devices/8-0043/default/num_waves
+ chown system system /sys/bus/i2c/devices/8-0043/default/braking_time_bank
+ chown system system /sys/bus/i2c/devices/8-0043/default/braking_time_index
+ chown system system /sys/bus/i2c/devices/8-0043/default/braking_time_ms
chown system system /sys/bus/i2c/devices/8-0043/default/f0_offset
chown system system /sys/bus/i2c/devices/8-0043/default/owt_free_space
chown system system /sys/bus/i2c/devices/8-0043/default/f0_comp_enable
diff --git a/device-cheetah.mk b/device-cheetah.mk
index 895dd8f..bb3e030 100644
--- a/device-cheetah.mk
+++ b/device-cheetah.mk
@@ -323,7 +323,7 @@
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
- ro.vendor.build.svn=58
+ ro.vendor.build.svn=59
# DCK properties based on target
PRODUCT_PROPERTY_OVERRIDES += \
diff --git a/device-panther.mk b/device-panther.mk
index 2ba1948..091ce97 100644
--- a/device-panther.mk
+++ b/device-panther.mk
@@ -306,7 +306,7 @@
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
- ro.vendor.build.svn=58
+ ro.vendor.build.svn=59
# DCK properties based on target
PRODUCT_PROPERTY_OVERRIDES += \