Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86b151cb authored by Daniel Rosenberg's avatar Daniel Rosenberg
Browse files

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
parent a0ced754
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
#
#
# create some directories (some are mount points)
# create some directories (some are mount points)
LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_ROOT_OUT)/, \
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
include $(BUILD_SYSTEM)/base_rules.mk