diff options
author | Daniel Rosenberg <drosen@google.com> | 2015-07-14 17:15:57 -0700 |
---|---|---|
committer | Daniel Rosenberg <drosen@google.com> | 2015-07-14 17:18:52 -0700 |
commit | 86b151cbe892b2481aeedbf6fd3c9f893bd56135 (patch) | |
tree | 148cffcdcfee0e93f1a358f64c7a3458c0ae96c5 /rootdir/Android.mk | |
parent | a0ced754367e75051d64c62ee4e2f1e4b9208169 (diff) |
rootdir: Create cache folder 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: I312104ff926fb08d98ac8256b76d01b0a90ea5e5
Diffstat (limited to 'rootdir/Android.mk')
-rw-r--r-- | rootdir/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index de1053567..d6dad2da5 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -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 |