commit | e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jan 15 03:07:53 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 15 03:07:53 2021 +0000 |
tree | ae79b8c1ee181f4f7dffeca89f3f2d6c0cfdce8d | |
parent | e7a060a91b32cae86a01f3fc9ff3e81b99a6d552 [diff] | |
parent | b810334a8d0a910a473e9d5b798a140c3baf0a23 [diff] |
Merge "Don't build host binary for applypatch"
diff --git a/applypatch/Android.bp b/applypatch/Android.bp index 80d8041..a6662c4 100644 --- a/applypatch/Android.bp +++ b/applypatch/Android.bp
@@ -71,7 +71,6 @@ cc_library_static { name: "libapplypatch_modes", vendor_available: true, - host_supported: true, defaults: [ "applypatch_defaults", @@ -96,7 +95,6 @@ cc_binary { name: "applypatch", vendor: true, - host_supported: true, defaults: [ "applypatch_defaults",