Merge "Don't build `bspatch` executable for Android target." am: e36af14afc
am: 6c325a227e

Change-Id: I114a128a7a17bd4b429803d7160dec645fd8055a
diff --git a/Android.bp b/Android.bp
index d20b5cf..d0e5933 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,8 +76,8 @@
     ],
 }
 
-// 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 @@
     ],
 }
 
-// Host executables, bsdiff is only built for the host.
 cc_binary_host {
     name: "bsdiff",
     defaults: ["bsdiff_defaults"],