From 49fff4fcfa183c9b11cba581bcdf98c90107888c Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 4 Nov 2019 10:42:56 -0800 Subject: Move init and ueventd scripts from / to /system/etc There is no reason for these scripts to continue to exist in /, when they are better suited for /system/etc. There are problems keeping them at / as well, particularly that they cannot be updated with overlayfs. Bug: 131087886 Bug: 140313207 Test: build/boot Merged-In: I67d907c989b95c32dae7bc4e6f8918de518bac8f Change-Id: I67d907c989b95c32dae7bc4e6f8918de518bac8f --- uml.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/uml.mk b/uml.mk index 28c0190..c153b35 100644 --- a/uml.mk +++ b/uml.mk @@ -50,7 +50,6 @@ PRODUCT_PACKAGES += \ hwservicemanager \ init \ init.environ.rc \ - init.rc \ libEGL \ libETC1 \ libFFTEm \ @@ -121,9 +120,8 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ debug.atrace.tags.enableflags=0 PRODUCT_COPY_FILES += \ - system/core/rootdir/init.usb.rc:root/init.usb.rc \ - system/core/rootdir/init.usb.configfs.rc:root/init.usb.configfs.rc \ - system/core/rootdir/ueventd.rc:root/ueventd.rc \ + system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \ + system/core/rootdir/init.usb.configfs.rc:system/etc/init/hw/init.usb.configfs.rc \ system/core/rootdir/etc/hosts:system/etc/hosts PRODUCT_HOST_PACKAGES += \ -- cgit v1.2.3