Merge "Build libimgdiff as a host only library"

This commit is contained in:
Tianjie Xu
2019-07-02 04:27:44 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 5 deletions

View File

@@ -114,11 +114,9 @@ cc_binary {
],
}
cc_library_static {
cc_library_host_static {
name: "libimgdiff",
host_supported: true,
defaults: [
"applypatch_defaults",
],

View File

@@ -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",