Merge "Don't attempt to create 'mkdir' and '-p' directories."
This commit is contained in:
commit
e329879dbf
1 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@ LOCAL_UNSTRIPPED_PATH := $(TARGET_RAMDISK_OUT_UNSTRIPPED)
|
|||
# Set up the same mount points on the ramdisk that system-as-root contains.
|
||||
LOCAL_POST_INSTALL_CMD := \
|
||||
mkdir -p $(TARGET_RAMDISK_OUT)/dev \
|
||||
mkdir -p $(TARGET_RAMDISK_OUT)/mnt \
|
||||
mkdir -p $(TARGET_RAMDISK_OUT)/proc \
|
||||
mkdir -p $(TARGET_RAMDISK_OUT)/sys \
|
||||
$(TARGET_RAMDISK_OUT)/mnt \
|
||||
$(TARGET_RAMDISK_OUT)/proc \
|
||||
$(TARGET_RAMDISK_OUT)/sys \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libfs_mgr \
|
||||
|
|
Loading…
Reference in a new issue