Revert "Temporarily use blockimgdiff v2 for OTA."
This reverts commitd07bfc5196
. Real fixes [1][2][3] are ready to merge. Time to revert the workaround. [1] commitd47d8e1488
[2] commit1fc67631ee
[3] commit937847ae49
Bug: 22430577 Change-Id: Icd6623e8717c93ad1f12cd1ba43db5e006e928ad
This commit is contained in:
parent
8a1fa15844
commit
7540c08807
|
@ -1510,7 +1510,7 @@ endif
|
|||
$(hide) echo "use_set_metadata=1" >> $(zip_root)/META/misc_info.txt
|
||||
$(hide) echo "multistage_support=1" >> $(zip_root)/META/misc_info.txt
|
||||
$(hide) echo "update_rename_support=1" >> $(zip_root)/META/misc_info.txt
|
||||
$(hide) echo "blockimgdiff_versions=1,2" >> $(zip_root)/META/misc_info.txt
|
||||
$(hide) echo "blockimgdiff_versions=1,2,3" >> $(zip_root)/META/misc_info.txt
|
||||
ifneq ($(OEM_THUMBPRINT_PROPERTIES),)
|
||||
# OTA scripts are only interested in fingerprint related properties
|
||||
$(hide) echo "oem_fingerprint_properties=$(OEM_THUMBPRINT_PROPERTIES)" >> $(zip_root)/META/misc_info.txt
|
||||
|
|
Loading…
Reference in New Issue