Merge "Don't build host binary for applypatch" am: e9d25da64d

Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/1551265

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5d9f688d739df6b0fa5620d08f883fd88f675f10
This commit is contained in:
Tianjie Xu 2021-01-15 03:49:52 +00:00 committed by Automerger Merge Worker
commit ac1e0c338b

View file

@ -71,7 +71,6 @@ cc_library_static {
cc_library_static {
name: "libapplypatch_modes",
vendor_available: true,
host_supported: true,
defaults: [
"applypatch_defaults",
@ -96,7 +95,6 @@ cc_library_static {
cc_binary {
name: "applypatch",
vendor: true,
host_supported: true,
defaults: [
"applypatch_defaults",