Merge "Build libimgdiff as a host only library" am: 9341e970ba
am: b84b6422fa
Change-Id: If463bb7d777c824da38849bca8d715fd31a8e0ee
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