Merge "Don't attempt to create 'mkdir' and '-p' directories." am: e329879dbf am: 095b6e89db
am: 60af7220a7
Change-Id: Iadb7d808852218a17f7658fd940d78d105e055a3
This commit is contained in:
commit
f1ca87c9eb
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…
Add table
Reference in a new issue