sdm845-common: Let system read and write to FRP block device
* No clue why this is needed but ok. Change-Id: Ib40ab18e42ced8995f57c9d0a8e1a6decdc7f146
This commit is contained in:
@@ -72,7 +72,8 @@ PRODUCT_PACKAGES += \
|
|||||||
# Common init scripts
|
# Common init scripts
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
init.qcom.rc \
|
init.qcom.rc \
|
||||||
init.recovery.qcom.rc
|
init.recovery.qcom.rc \
|
||||||
|
ueventd.qcom.rc
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|||||||
@@ -15,3 +15,11 @@ LOCAL_MODULE_CLASS := ETC
|
|||||||
LOCAL_SRC_FILES := etc/init.recovery.qcom.rc
|
LOCAL_SRC_FILES := etc/init.recovery.qcom.rc
|
||||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := ueventd.qcom.rc
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := ETC
|
||||||
|
LOCAL_SRC_FILES := etc/ueventd.qcom.rc
|
||||||
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|||||||
2
rootdir/etc/ueventd.qcom.rc
Normal file
2
rootdir/etc/ueventd.qcom.rc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Add device block for FRP
|
||||||
|
/dev/block/platform/soc/1d84000.ufshc/by-name/config 0600 system system
|
||||||
Reference in New Issue
Block a user