Build etc/hosts with Soong
Bug: 335369205 Test: build Change-Id: I3a33e80dc751ddce874fe1345594e6dc5f27b36c
This commit is contained in:
parent
6d6ff398b3
commit
f1ddc62db3
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue