summaryrefslogtreecommitdiff
authorshuide.chen <shuide.chen@amlogic.com>2018-08-14 08:03:42 (GMT)
committer Shuide Chen <shuide.chen@amlogic.com>2018-08-14 08:10:47 (GMT)
commit0cee8a539f0d670b4435c9e1f9b8be0f897dd6f2 (patch)
treec9ad63785e2985d64fdc54f41e6890f0184894e6
parent54deca0bb94ca0aeb245e876f448156b6bd76660 (diff)
downloaddarwin-0cee8a539f0d670b4435c9e1f9b8be0f897dd6f2.zip
darwin-0cee8a539f0d670b4435c9e1f9b8be0f897dd6f2.tar.gz
darwin-0cee8a539f0d670b4435c9e1f9b8be0f897dd6f2.tar.bz2
GSI: fix system crash when flash GSI image [4/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: Id0d56e3b3a186199baff85e08c0a40cc64797b4d 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 a83525a..39f5159 100644
--- a/device.mk
+++ b/device.mk
@@ -27,7 +27,7 @@ PRODUCT_COPY_FILES += \
device/amlogic/darwin/init.amlogic.board.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.amlogic.board.rc
ifneq ($(BOARD_USES_RECOVERY_AS_BOOT), true)
-PRODUCT_COPY_FILES += device/amlogic/common/products/tv/ueventd.amlogic.rc:root/ueventd.amlogic.rc
+PRODUCT_COPY_FILES += device/amlogic/common/products/tv/ueventd.amlogic.rc:vendor/ueventd.rc
else
PRODUCT_COPY_FILES += device/amlogic/common/products/tv/ueventd.amlogic.rc:recovery/root/ueventd.amlogic.rc
endif