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:
parent
f80a7a0968
commit
56b2b205a4
3 changed files with 12 additions and 1 deletions
|
@ -72,7 +72,8 @@ PRODUCT_PACKAGES += \
|
|||
# Common init scripts
|
||||
PRODUCT_PACKAGES += \
|
||||
init.qcom.rc \
|
||||
init.recovery.qcom.rc
|
||||
init.recovery.qcom.rc \
|
||||
ueventd.qcom.rc
|
||||
|
||||
# Display
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -15,3 +15,11 @@ LOCAL_MODULE_CLASS := ETC
|
|||
LOCAL_SRC_FILES := etc/init.recovery.qcom.rc
|
||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
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
|
Loading…
Reference in a new issue