Switch imgdiff to use libz_stable am: 2f2749f213
am: 9997438c1c
Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/1548316 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3b8c94c5257f895f97544611fe0f9fd7cf1821f9
This commit is contained in:
commit
0d375c657a
2 changed files with 9 additions and 9 deletions
|
@ -54,7 +54,7 @@ cc_library_static {
|
|||
"libbz",
|
||||
"libedify",
|
||||
"libotautil",
|
||||
"libz",
|
||||
"libz_stable",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
|
@ -71,6 +71,7 @@ cc_library_static {
|
|||
cc_library_static {
|
||||
name: "libapplypatch_modes",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
|
||||
defaults: [
|
||||
"applypatch_defaults",
|
||||
|
@ -95,6 +96,7 @@ cc_library_static {
|
|||
cc_binary {
|
||||
name: "applypatch",
|
||||
vendor: true,
|
||||
host_supported: true,
|
||||
|
||||
defaults: [
|
||||
"applypatch_defaults",
|
||||
|
@ -120,7 +122,7 @@ cc_binary {
|
|||
"libbase",
|
||||
"libcrypto",
|
||||
"liblog",
|
||||
"libz",
|
||||
"libz_stable",
|
||||
"libziparchive",
|
||||
],
|
||||
|
||||
|
@ -129,9 +131,9 @@ cc_binary {
|
|||
],
|
||||
}
|
||||
|
||||
cc_library_host_static {
|
||||
cc_library_static {
|
||||
name: "libimgdiff",
|
||||
|
||||
host_supported: true,
|
||||
defaults: [
|
||||
"applypatch_defaults",
|
||||
],
|
||||
|
@ -152,14 +154,13 @@ cc_library_host_static {
|
|||
"liblog",
|
||||
"libotautil",
|
||||
"libutils",
|
||||
"libz",
|
||||
"libz_stable",
|
||||
"libziparchive",
|
||||
],
|
||||
}
|
||||
|
||||
cc_binary_host {
|
||||
name: "imgdiff",
|
||||
|
||||
srcs: [
|
||||
"imgdiff_main.cpp",
|
||||
],
|
||||
|
@ -180,6 +181,6 @@ cc_binary_host {
|
|||
"liblog",
|
||||
"libbrotli",
|
||||
"libbz",
|
||||
"libz",
|
||||
"libz_stable",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -31,7 +31,6 @@ cc_defaults {
|
|||
"libpng",
|
||||
"libprocessgroup",
|
||||
"libselinux",
|
||||
"libz",
|
||||
"libziparchive",
|
||||
],
|
||||
|
||||
|
@ -65,7 +64,7 @@ libapplypatch_static_libs = [
|
|||
"libbase",
|
||||
"libbrotli",
|
||||
"libbz",
|
||||
"libz",
|
||||
"libz_stable",
|
||||
"libziparchive",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue