summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-27 03:36:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-27 03:36:20 +0000
commit804eaebcae4a02dfad708b24af5ab09c175b5cfb (patch)
tree2edef464d09ce422e1079c9c6fd451db451c615f
parente8af05ee0e0c26b329708a65daa97e2f542de1ca (diff)
parente223cf13b842696d4a2bbdd4e7ea6b714c2b1a30 (diff)
downloadzuma-804eaebcae4a02dfad708b24af5ab09c175b5cfb.tar.gz
Merge cherrypicks of ['googleplex-android-review.googlesource.com/25189351'] into udc-qpr1-release.android-14.0.0_r18android-14.0.0_r17android-14.0.0_r16
Change-Id: I8dd9a61b805ffb437889e934cd95fbd2961b62ff
-rw-r--r--device-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index ece4678..a97a76f 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -47,6 +47,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Set the max page size to 4096 (b/300367402)
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 4096
+# Trigger fsck on upgrade (305658663)
+PRODUCT_PRODUCT_PROPERTIES += \
+ ro.preventative_fsck = 1
+
# Indicate that the bootloader supports the MTE developer option switch
# (MISC_MEMTAG_MODE_MEMTAG_ONCE), with the exception of _fullmte products that
# force enable MTE.