From 9641fa1439389144fa7a27f1fc7c5216f81dda7e Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 26 May 2021 00:41:38 +0000 Subject: [PATCH] sm7325-common: Move /vendor/ueventd.rc to /vendor/etc/ueventd.rc The root location of this file is deprecated for Android T. Bug: 189268918 Bug: 178221726 Test: device reaches boot complete after raising API level to 32 Change-Id: I97a6d2e5cacd0ac5eeb81daafeb8b1a0ad5c119b --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index d94f585..6629287 100644 --- a/common.mk +++ b/common.mk @@ -190,7 +190,7 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.qcom \ - $(LOCAL_PATH)/rootdir/etc/ueventd.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc + $(LOCAL_PATH)/rootdir/etc/ueventd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/ueventd.rc $(foreach f,$(wildcard $(LOCAL_PATH)/rootdir/etc/init/hw/*.rc),\ $(eval PRODUCT_COPY_FILES += $(f):$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/$(notdir $f)))