Merge "rootdir: Create cache folder in Android.mk"

This commit is contained in:
Daniel Rosenberg 2015-07-20 19:21:48 +00:00 committed by Gerrit Code Review
commit 8da23664e7

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 acct config storage mnt root)
sbin dev proc sys system data oem acct cache config storage mnt root)
include $(BUILD_SYSTEM)/base_rules.mk