commit | f1ddc62db32b6ec02f8662de26b0ed86b4a05cd7 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Apr 17 18:30:19 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Apr 18 10:44:46 2024 +0900 |
tree | bd5b308d35210da3831623cbe584a956b23d8225 | |
parent | 6d6ff398b337561eb44b944f5b5c08ff388517af [diff] |
Build etc/hosts with Soong Bug: 335369205 Test: build Change-Id: I3a33e80dc751ddce874fe1345594e6dc5f27b36c
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", +}