Merge "extract-vmlinux is build as sh_binary_host" am: 7d818276bf

Original change: https://android-review.googlesource.com/c/device/google/cuttlefish_kernel/+/1440892

Change-Id: Iba9546c50eb1647d2accdf1230657e398590eec7
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",
 }