summaryrefslogtreecommitdiff
authorshuide.chen <shuide.chen@amlogic.com>2018-08-14 08:01:48 (GMT)
committer Shuide Chen <shuide.chen@amlogic.com>2018-08-14 08:09:59 (GMT)
commit2cf3b92469619dd55acd932b7ae92f5ce432e155 (patch)
treeb476b4baea2f672a5719652f1d2276bce612fb3f
parent0877b71af498e6014fda6f54d5e62ae958ad1078 (diff)
downloadbraun-2cf3b92469619dd55acd932b7ae92f5ce432e155.zip
braun-2cf3b92469619dd55acd932b7ae92f5ce432e155.tar.gz
braun-2cf3b92469619dd55acd932b7ae92f5ce432e155.tar.bz2
GSI: fix system crash when flash GSI image [2/7]
PD#171746 previous ueventd.amlogic.rc is copy to rootfs, if enable system as root, the system image is replaced by GSI and no vendor ueventd.rc available, then the system crash! Change-Id: I24fd6baa0591a40e93f8d3f2d04eda02b312af48 Signed-off-by: shuide.chen <shuide.chen@amlogic.com>
Diffstat
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index b02f5d3..1e626f4 100644
--- a/device.mk
+++ b/device.mk
@@ -27,7 +27,7 @@ PRODUCT_COPY_FILES += \
device/amlogic/braun/init.amlogic.board.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.amlogic.board.rc
PRODUCT_COPY_FILES += \
- device/amlogic/common/products/mbox/ueventd.amlogic.rc:root/ueventd.amlogic.rc
+ device/amlogic/common/products/mbox/ueventd.amlogic.rc:vendor/ueventd.rc
PRODUCT_COPY_FILES += \
device/amlogic/braun/files/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \