summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-01-11 13:35:03 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-11 13:35:03 -0800
commit49794852431373ca53f2f6f8e9d7596067b95784 (patch)
treecd50340b6a02196b25774f17505ce70d4ad76268
parent6b38426359f0572382e3a392888e553a3138cc06 (diff)
parented145a0eee76f8334b4ee89e9da5682853d00709 (diff)
downloadbsdiff-49794852431373ca53f2f6f8e9d7596067b95784.tar.gz
Merge "Don't build `bspatch` executable for Android target." am: e36af14afc am: 6c325a227e
am: ed145a0eee Change-Id: I5a4515b8d8ab521a81cf6155daa6a8acd182fc39
-rw-r--r--Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index d20b5cf..d0e5933 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,8 +76,8 @@ cc_library_static {
],
}
-// Host and target Executables.
-cc_binary {
+// Host executables: bsdiff and bspatch are only built for the host.
+cc_binary_host {
name: "bspatch",
defaults: ["bsdiff_defaults"],
@@ -89,7 +89,6 @@ cc_binary {
],
}
-// Host executables, bsdiff is only built for the host.
cc_binary_host {
name: "bsdiff",
defaults: ["bsdiff_defaults"],