[incfs] Remove an explicit "host" target for incfsdump

Bug: 154059946
Test: builds
Change-Id: Iabc9bcaafb06077674a8e7dcbff398e2466e7178
Merged-In: Iabc9bcaafb06077674a8e7dcbff398e2466e7178
diff --git a/incfs/Android.bp b/incfs/Android.bp
index fc7933d..ceed141 100644
--- a/incfs/Android.bp
+++ b/incfs/Android.bp
@@ -65,19 +65,7 @@
 cc_binary {
     name: "incfsdump",
     defaults: ["libincfs_defaults"],
-    static_libs: [
-        "libbase",
-    ],
-    srcs: [
-        "incfsdump/main.cpp",
-        "incfsdump/dump.cpp",
-    ],
-}
-
-cc_binary_host {
-    name: "incfsdump-host",
-    stem: "incfsdump",
-    defaults: ["libincfs_defaults"],
+    host_supported: true,
     static_libs: [
         "libbase",
     ],