Ramdisk: add metadata dir in ramdisk
Add the matadata directory for the non-VAB device to eliminate the following init error logs: [ 1.891172] init: [libfs_mgr]check_fs(): mount(/dev/block/by-name/metadata,/metadata,ext4)=-1: No such file or directory Test: dmesg | grep metadata | grep "No such file or directory" Change-Id: Ie4db10bd3cbc194d05e64ffb954f1956db2321c6 Signed-off-by: lijiazi <lijiazi@xiaomi.com>
This commit is contained in:
parent
171621a90f
commit
9fa773746c
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ LOCAL_POST_INSTALL_CMD := mkdir -p \
|
|||
$(TARGET_RAMDISK_OUT)/proc \
|
||||
$(TARGET_RAMDISK_OUT)/second_stage_resources \
|
||||
$(TARGET_RAMDISK_OUT)/sys \
|
||||
$(TARGET_RAMDISK_OUT)/metadata \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libc++fs \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue