Merge "Fix the problem of incremental OTA upgrade failure (recovery part)" into main am: 64e3bde459
am: 81ce5cf3bf
Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/2901147 Change-Id: I73af8326b9406e4514a71f50fc1c975636a4f683 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
036eb4a89d
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