forked from openkylin/platform_build
Merge "Reland: Enable verity computation on VABC devices" am: de1e64c7fd
am: 8b02856f97
am: dc2fd4ea31
am: 460ce77c30
Original change: https://android-review.googlesource.com/c/platform/build/+/1708626 Change-Id: Id153595e06cb2fda431e2455f9deedaf139513c0
This commit is contained in:
commit
d880fab20e
|
@ -1064,11 +1064,6 @@ def GenerateAbOtaPackage(target_file, output_file, source_file=None):
|
|||
# build doesn't supports it.
|
||||
if not source_info.is_vabc or not target_info.is_vabc:
|
||||
OPTIONS.disable_vabc = True
|
||||
if not OPTIONS.disable_vabc:
|
||||
# TODO(zhangkelvin) Remove this once FEC on VABC is supported
|
||||
logger.info("Virtual AB Compression enabled, disabling FEC")
|
||||
OPTIONS.disable_fec_computation = True
|
||||
OPTIONS.disable_verity_computation = True
|
||||
|
||||
else:
|
||||
assert "ab_partitions" in OPTIONS.info_dict, \
|
||||
|
|
Loading…
Reference in New Issue