Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5399a819 authored by Daniel Zheng's avatar Daniel Zheng
Browse files

add option to disable verification

Test: th
Change-Id: I73498c9e6481cb5f53bcd8c372c95695c0dd212e
parent 1b102291
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -52,6 +52,16 @@ PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.xor.enabled?=true
# PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.verify_threshold_size=1073741824
# PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.verify_block_size=1048576


# Enabling this property will skip verification post OTA reboot.
# Verification allows the device to safely roll back if any boot failures
# are detected.  If the verification is disabled, update_verifier to will
# try to verify using bufferred read if care_map.pb is present in
# /metadata/ota/. This will increase the boot time and may also impact
# memory usage as all the blocks in dynamic partitions are read into page-cache.
# If care_map.pb isn't present, update-verifier will skip the verification.
# PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.skip_verification =true

# Enabling this property, will improve OTA install time
# but will use an additional CPU core
# PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.threads=true