Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e195224 authored by Steven Moreland's avatar Steven Moreland Committed by Daniel Jacob Chittoor
Browse files

FP4: 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
parent 2e6110ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,5 +110,5 @@ LOCAL_MODULE_STEM := ueventd.rc
LOCAL_MODULE_TAGS  := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES    := etc/ueventd.qcom.rc
LOCAL_MODULE_PATH  := $(TARGET_OUT_VENDOR)
LOCAL_MODULE_PATH  := $(TARGET_OUT_VENDOR_ETC)
include $(BUILD_PREBUILT)