summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Homescu <ahomescu@google.com>2024-04-25 00:27:40 +0000
committerAndrei Homescu <ahomescu@google.com>2024-04-25 00:30:14 +0000
commit765c89213bc3014e1425e3bb5f5849a964c68581 (patch)
tree679bb91127021caad787791a99e3939e4628d250
parenta05466c01bd1619b15698cb2001a7251334f3e30 (diff)
downloadtrusty-master.tar.gz
Build etc/hosts using SoongHEADmastermain
https://r.android.com/3046094 added a new etc_hosts package that can be used to build and install /etc/hosts. Switch the Trusty build to use it. Bug: None Test: m Change-Id: I5174dba20c9d119c6be0c9a69df2f5b47dfdccb4
-rw-r--r--qemu_trusty_base.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/qemu_trusty_base.mk b/qemu_trusty_base.mk
index a28d7f9..97601ce 100644
--- a/qemu_trusty_base.mk
+++ b/qemu_trusty_base.mk
@@ -40,6 +40,7 @@ PRODUCT_PACKAGES += \
com.android.runtime \
com.android.sdkext \
dhcpclient \
+ etc_hosts \
gatekeeperd \
hwservicemanager \
init_system \
@@ -108,9 +109,6 @@ PRODUCT_HOST_PACKAGES += \
PRODUCT_PACKAGES += init.usb.rc init.usb.configfs.rc
-PRODUCT_COPY_FILES += \
- system/core/rootdir/etc/hosts:system/etc/hosts \
-
PRODUCT_FULL_TREBLE_OVERRIDE := true
PRODUCT_COPY_FILES += \