commit | 8c7b66629d5e5f99e50708c42d47a23ce1fa5be7 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Apr 19 01:29:38 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 19 01:29:38 2024 +0000 |
tree | 54969bbf408460a07f3899ed519d1c8626acc487 | |
parent | b45c8ad05be4f1800fbb0b752a416896b802e93e [diff] | |
parent | f1ddc62db32b6ec02f8662de26b0ed86b4a05cd7 [diff] |
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", +}