diff options
author | Tianjie Xu <xunchang@google.com> | 2021-01-15 04:07:53 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-01-15 04:07:53 +0100 |
commit | e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06 (patch) | |
tree | ae79b8c1ee181f4f7dffeca89f3f2d6c0cfdce8d | |
parent | Merge changes from topic "imgdiff" (diff) | |
parent | Don't build host binary for applypatch (diff) | |
download | android_bootable_recovery-e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06.tar android_bootable_recovery-e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06.tar.gz android_bootable_recovery-e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06.tar.bz2 android_bootable_recovery-e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06.tar.lz android_bootable_recovery-e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06.tar.xz android_bootable_recovery-e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06.tar.zst android_bootable_recovery-e9d25da64d8d365dbba7c8ee00fe8c4473fe9a06.zip |
-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 80d8041b1..a6662c460 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", |