Merge "Fix the problem of incremental OTA upgrade failure (recovery part)" into main
This commit is contained in:
commit
64e3bde459
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