Merge "Remove libimgpatch" am: ed96da6664
am: 36385bd9ee
Change-Id: I8ed0f92329550c4b643e8f52ad8471bce1e79769
This commit is contained in:
@@ -168,35 +168,3 @@ cc_binary_host {
|
|||||||
"libz",
|
"libz",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_static {
|
|
||||||
name: "libimgpatch",
|
|
||||||
|
|
||||||
// The host module is for recovery_host_test (Linux only).
|
|
||||||
host_supported: true,
|
|
||||||
|
|
||||||
defaults: [
|
|
||||||
"applypatch_defaults",
|
|
||||||
],
|
|
||||||
|
|
||||||
srcs: [
|
|
||||||
"bspatch.cpp",
|
|
||||||
"imgpatch.cpp",
|
|
||||||
],
|
|
||||||
|
|
||||||
static_libs: [
|
|
||||||
"libbase",
|
|
||||||
"libbspatch",
|
|
||||||
"libbz",
|
|
||||||
"libcrypto",
|
|
||||||
"libedify",
|
|
||||||
"libotautil",
|
|
||||||
"libz",
|
|
||||||
],
|
|
||||||
|
|
||||||
target: {
|
|
||||||
darwin: {
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|||||||
+2
-3
@@ -50,12 +50,11 @@ cc_defaults {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// libapplypatch, libapplypatch_modes, libimgpatch
|
// libapplypatch, libapplypatch_modes
|
||||||
libapplypatch_static_libs = [
|
libapplypatch_static_libs = [
|
||||||
"libapplypatch_modes",
|
"libapplypatch_modes",
|
||||||
"libapplypatch",
|
"libapplypatch",
|
||||||
"libedify",
|
"libedify",
|
||||||
"libimgpatch",
|
|
||||||
"libotautil",
|
"libotautil",
|
||||||
"libbsdiff",
|
"libbsdiff",
|
||||||
"libbspatch",
|
"libbspatch",
|
||||||
@@ -180,7 +179,7 @@ cc_test_host {
|
|||||||
|
|
||||||
target: {
|
target: {
|
||||||
darwin: {
|
darwin: {
|
||||||
// libimgdiff is not available on the Mac.
|
// libapplypatch in "libupdater_defaults" is not available on the Mac.
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user