Fix the problem of incremental OTA upgrade failure (recovery part)
When the updater compresses the file after the apply patch, unexpected results are generated, resulting in the failure of incremental OTA upgrade Test: make imgdiff updater Change-Id: I0d7652dca46c5b027f22670b254332fb8a5d5c98 Signed-off-by: luoqiangwei1 <luoqiangwei1@xiaomi.com>
This commit is contained in:
parent
c7fad9a77c
commit
2fb4c66b59
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ cc_defaults {
|
|||
"libbrotli",
|
||||
"libbz",
|
||||
"libziparchive",
|
||||
"libz",
|
||||
"libz_stable",
|
||||
"libbase",
|
||||
"libcrypto_utils",
|
||||
"libcutils",
|
||||
|
|
|
@ -42,7 +42,7 @@ updater_common_static_libraries := \
|
|||
libbrotli \
|
||||
libbz \
|
||||
libziparchive \
|
||||
libz \
|
||||
libz_stable \
|
||||
libbase \
|
||||
libcrypto_static \
|
||||
libcrypto_utils \
|
||||
|
|
Loading…
Reference in a new issue