Merge "Don't attempt to create 'mkdir' and '-p' directories." am: e329879dbf
am: 095b6e89db
Change-Id: I168e0364798ffb7cc96034227aebd92193cb4626
This commit is contained in:
commit
60af7220a7
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