Merge "Build etc/hosts with Soong" into main
diff --git a/rootdir/Android.bp b/rootdir/Android.bp
index 6a3484e..9a64310 100644
--- a/rootdir/Android.bp
+++ b/rootdir/Android.bp
@@ -101,3 +101,9 @@
     src: "init.usb.configfs.rc",
     sub_dir: "init/hw",
 }
+
+prebuilt_etc {
+    name: "etc_hosts",
+    src: "etc/hosts",
+    filename: "hosts",
+}