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

Commit 93ad3e9f authored by Nick Kralevich's avatar Nick Kralevich Committed by The Android Automerger
Browse files

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 f3b554fc)

Bug: 20816563
Change-Id: Ib5272f025d14d4da6125d753879054b3faeae696
parent b0481f48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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