Merge "extract-vmlinux is build as sh_binary_host"
diff --git a/Android.bp b/Android.bp
index 3e72fa9..0d86be0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,8 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-cc_prebuilt_binary {
+sh_binary_host {
     name: "extract-vmlinux",
-    srcs: ["scripts/extract-vmlinux"],
-    defaults: ["cuttlefish_host_only"],
+    src: "scripts/extract-vmlinux",
 }