Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1ddc62d authored by Inseob Kim's avatar Inseob Kim
Browse files

Build etc/hosts with Soong

Bug: 335369205
Test: build
Change-Id: I3a33e80dc751ddce874fe1345594e6dc5f27b36c
parent 6d6ff398
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -101,3 +101,9 @@ prebuilt_etc {
    src: "init.usb.configfs.rc",
    sub_dir: "init/hw",
}

prebuilt_etc {
    name: "etc_hosts",
    src: "etc/hosts",
    filename: "hosts",
}