rootdir: Create folders in Android.mk

system.img may contain the root directory as well. In that case, we
need to create some folders init.rc would during the build.

Change-Id: I157ccbebf36bee9916f3f584551704ec481ae1d1
This commit is contained in:
Daniel Rosenberg 2015-06-05 18:11:53 -07:00 committed by Rom Lemarchand
parent a39317ca94
commit 9262546184

View file

@ -26,7 +26,7 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
#
# create some directories (some are mount points)
LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_ROOT_OUT)/, \
sbin dev proc sys system data oem)
sbin dev proc sys system data oem acct config storage mnt root)
include $(BUILD_SYSTEM)/base_rules.mk