rootdir: make sure the /oem mountpoint is always available
The /oem mount point is used to mount semi-trusted data, and
many Android One devices depend on it. Make sure it's guaranteed
to always be available.
(cherrypicked from commit f3b554fc61
)
Bug: 20816563
Change-Id: Ib5272f025d14d4da6125d753879054b3faeae696
This commit is contained in:
parent
c1cfbd304a
commit
6ee6917757
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)
|
||||
sbin dev proc sys system data oem)
|
||||
|
||||
include $(BUILD_SYSTEM)/base_rules.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue