summaryrefslogtreecommitdiff
authorshuide.chen <shuide.chen@amlogic.com>2018-08-14 08:03:00 (GMT)
committer Shuide Chen <shuide.chen@amlogic.com>2018-08-14 08:10:22 (GMT)
commit1768c831c28535b885308b8d53aefadeabf4e8ef (patch)
tree28cf4fbc756232e61f8794a127ba3add7799d252
parent65f3a6042fbbed40dd83ab237ce5aa00a1b123a1 (diff)
downloadcurie-1768c831c28535b885308b8d53aefadeabf4e8ef.zip
curie-1768c831c28535b885308b8d53aefadeabf4e8ef.tar.gz
curie-1768c831c28535b885308b8d53aefadeabf4e8ef.tar.bz2
GSI: fix system crash when flash GSI image [3/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: I6f49d9825322395bc0afe84b131eaa6c3f963550 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 c498ac1..f992d51 100644
--- a/device.mk
+++ b/device.mk
@@ -28,7 +28,7 @@ PRODUCT_COPY_FILES += \
ifneq ($(BOARD_USES_RECOVERY_AS_BOOT), true)
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
else
PRODUCT_COPY_FILES += \
device/amlogic/common/products/mbox/ueventd.amlogic.rc:recovery/root/ueventd.amlogic.rc