From f1ddc62db32b6ec02f8662de26b0ed86b4a05cd7 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Wed, 17 Apr 2024 18:30:19 +0900 Subject: [PATCH] Build etc/hosts with Soong Bug: 335369205 Test: build Change-Id: I3a33e80dc751ddce874fe1345594e6dc5f27b36c --- rootdir/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rootdir/Android.bp b/rootdir/Android.bp index 6a3484e20..9a64310f9 100644 --- a/rootdir/Android.bp +++ b/rootdir/Android.bp @@ -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", +}