summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-31 22:54:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-31 22:54:49 +0000
commit8d4ac4bda4f903f469bd19f0372f18c1696289ac (patch)
treee9bad90a68260bef6342cf76885e3d64b3cbf1f3
parent2c7ad2258ccfa1e6404fa89686dbc987e6bef74f (diff)
parentc566385df726273a09ec102379e2d0e5715b070a (diff)
downloadgs101-android14-mainline-os-statsd-release.tar.gz
Snap for 11031605 from c566385df726273a09ec102379e2d0e5715b070a to mainline-os-statsd-releaseaml_sta_341710000aml_sta_341615000aml_sta_341511040aml_sta_341410000aml_sta_341311010android14-mainline-os-statsd-release
Change-Id: Ifad285509eaf8cb76a6ead8d294779bd5424fce3
-rw-r--r--device-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index d9522989..80ba3cbd 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -51,3 +51,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Set thermal warm reset
PRODUCT_PRODUCT_PROPERTIES += \
ro.thermal_warmreset = true
+
+# Trigger fsck on upgrade (305658663)
+PRODUCT_PRODUCT_PROPERTIES += \
+ ro.preventative_fsck = 1 \ No newline at end of file