Merge "Build libimgdiff as a host only library" am: 9341e970ba am: b84b6422fa
am: 304c389360
Change-Id: I6a7e5721fdefc37955a7293d359c317471eb0b31
This commit is contained in:
@@ -114,11 +114,9 @@ cc_binary {
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
cc_library_host_static {
|
||||
name: "libimgdiff",
|
||||
|
||||
host_supported: true,
|
||||
|
||||
defaults: [
|
||||
"applypatch_defaults",
|
||||
],
|
||||
|
||||
@@ -50,12 +50,11 @@ cc_defaults {
|
||||
},
|
||||
}
|
||||
|
||||
// libapplypatch, libapplypatch_modes, libimgdiff, libimgpatch
|
||||
// libapplypatch, libapplypatch_modes, libimgpatch
|
||||
libapplypatch_static_libs = [
|
||||
"libapplypatch_modes",
|
||||
"libapplypatch",
|
||||
"libedify",
|
||||
"libimgdiff",
|
||||
"libimgpatch",
|
||||
"libotautil",
|
||||
"libbsdiff",
|
||||
|
||||
Reference in New Issue
Block a user