* commit '71ca82bf954c4bd5b8817eeabb78418fafde90ce': rootdir: Create cache folder in Android.mk
This commit is contained in:
commit
b381f0a5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 acct config storage mnt root)
|
||||
sbin dev proc sys system data oem acct cache config storage mnt root)
|
||||
|
||||
include $(BUILD_SYSTEM)/base_rules.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue