summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-11-04 10:42:56 -0800
committerTom Cherry <tomcherry@google.com>2019-11-07 19:38:00 +0000
commit49fff4fcfa183c9b11cba581bcdf98c90107888c (patch)
tree5a258bf9946b82b704c64e466d5926c4fc0e7795
parent9f034f17c94a38b6a79ce422c03f63e6536a860f (diff)
downloaddevice_generic_uml-49fff4fcfa183c9b11cba581bcdf98c90107888c.tar.gz
device_generic_uml-49fff4fcfa183c9b11cba581bcdf98c90107888c.tar.bz2
device_generic_uml-49fff4fcfa183c9b11cba581bcdf98c90107888c.zip
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
-rw-r--r--uml.mk6
1 files 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 += \