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

Commit a1c59789 authored by Steve Muckle's avatar Steve Muckle Committed by android-build-merger
Browse files

Merge "rootdir: make sure the /odm mountpoint is always available" am: fcec40de am: ada4b778

am: 34f29a86

Change-Id: Icbc30f9ed92163119307d7c5f25e06d9cd93e9a4
parents b22632cd 34f29a86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ endif
#
# create some directories (some are mount points) and symlinks
LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_ROOT_OUT)/, \
    sbin dev proc sys system data oem acct config storage mnt $(BOARD_ROOT_EXTRA_FOLDERS)); \
    sbin dev proc sys system data odm oem acct config storage mnt $(BOARD_ROOT_EXTRA_FOLDERS)); \
    ln -sf /system/bin $(TARGET_ROOT_OUT)/bin; \
    ln -sf /system/etc $(TARGET_ROOT_OUT)/etc; \
    ln -sf /data/user_de/0/com.android.shell/files/bugreports $(TARGET_ROOT_OUT)/bugreports; \