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