Merge "Fix non-vendor.img configuration."
This commit is contained in:
commit
1337349ea1
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_ROOT_OUT)/, \
|
|||
ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard
|
||||
ifdef BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE
|
||||
LOCAL_POST_INSTALL_CMD += ; mkdir -p $(TARGET_ROOT_OUT)/vendor
|
||||
else
|
||||
LOCAL_POST_INSTALL_CMD += ; ln -sf /system/vendor $(TARGET_ROOT_OUT)/vendor
|
||||
endif
|
||||
ifdef BOARD_ROOT_EXTRA_SYMLINKS
|
||||
# BOARD_ROOT_EXTRA_SYMLINKS is a list of <target>:<link_name>.
|
||||
|
|
Loading…
Reference in a new issue