summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-01-11 13:14:42 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-11 13:14:42 -0800
commited145a0eee76f8334b4ee89e9da5682853d00709 (patch)
treecd50340b6a02196b25774f17505ce70d4ad76268
parent3803bf753a9cd5184eae5d03868012f1e43ca994 (diff)
parent6c325a227ebbd40897ab189939452b8f000afb74 (diff)
downloadbsdiff-ed145a0eee76f8334b4ee89e9da5682853d00709.tar.gz
Merge "Don't build `bspatch` executable for Android target." am: e36af14afc
am: 6c325a227e Change-Id: I114a128a7a17bd4b429803d7160dec645fd8055a
-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"],