Merge "Don't build host binary for applypatch"
diff --git a/applypatch/Android.bp b/applypatch/Android.bp
index 80d8041..a6662c4 100644
--- a/applypatch/Android.bp
+++ b/applypatch/Android.bp
@@ -71,7 +71,6 @@
 cc_library_static {
     name: "libapplypatch_modes",
     vendor_available: true,
-    host_supported: true,
 
     defaults: [
         "applypatch_defaults",
@@ -96,7 +95,6 @@
 cc_binary {
     name: "applypatch",
     vendor: true,
-    host_supported: true,
 
     defaults: [
         "applypatch_defaults",