am 6ee69177: rootdir: make sure the /oem mountpoint is always available

* commit '6ee6917757bd4b00437cabe07fbaa48ce2621b38':
  rootdir: make sure the /oem mountpoint is always available
This commit is contained in:
Nick Kralevich 2015-05-07 05:25:21 +00:00 committed by Android Git Automerger
commit 0847d1bf2f

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