diff options
author | Tianjie <xunchang@google.com> | 2021-01-14 18:16:04 -0800 |
---|---|---|
committer | Tianjie <xunchang@google.com> | 2021-01-14 18:17:07 -0800 |
commit | b810334a8d0a910a473e9d5b798a140c3baf0a23 (patch) | |
tree | ae79b8c1ee181f4f7dffeca89f3f2d6c0cfdce8d /applypatch | |
parent | e7a060a91b32cae86a01f3fc9ff3e81b99a6d552 (diff) |
Don't build host binary for applypatch
This solves the build failured on mac, and we don't really need a
host binary.
Test: mma
Change-Id: I55b74f411fb5385417d474b753c830c855db7794
Diffstat (limited to 'applypatch')
-rw-r--r-- | applypatch/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/applypatch/Android.bp b/applypatch/Android.bp index 80d8041b..a6662c46 100644 --- a/applypatch/Android.bp +++ b/applypatch/Android.bp @@ -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", |