Merge "Fix the problem of incremental OTA upgrade failure (recovery part)" into main

This commit is contained in:
Elliott Hughes 2024-01-08 22:22:51 +00:00 committed by Gerrit Code Review
commit 64e3bde459
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ cc_defaults {
"libbrotli",
"libbz",
"libziparchive",
"libz",
"libz_stable",
"libbase",
"libcrypto_utils",
"libcutils",

View file

@ -42,7 +42,7 @@ updater_common_static_libraries := \
libbrotli \
libbz \
libziparchive \
libz \
libz_stable \
libbase \
libcrypto_static \
libcrypto_utils \