sdm660-common: Make a legacy symlink for persist as well

Apparently, our bluetooth hal and TAS Soundriver wants it.

Change-Id: I673646a90f016c3d0e3f2244bed8e31cd0263f7e
This commit is contained in:
Artem Borisov 2018-12-02 22:48:14 +04:00 committed by Max Weffers
parent 638c48afd0
commit 1f658096ee
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 2 additions and 4 deletions

View file

@ -234,9 +234,8 @@ TARGET_EXFAT_DRIVER := exfat
BOARD_ROOT_EXTRA_SYMLINKS := \
/vendor/dsp:/dsp \
/vendor/firmware_mnt:/firmware \
/vendor/bt_firmware:/bt_firmware
BOARD_ROOT_EXTRA_FOLDERS := persist
/vendor/bt_firmware:/bt_firmware \
/mnt/vendor/persist:/persist
TARGET_COPY_OUT_VENDOR := vendor
TARGET_USERIMAGES_USE_EXT4 := true

View file

@ -22,7 +22,6 @@
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime,barrier=1 wait
/dev/block/bootdevice/by-name/cache /cache f2fs noatime,nosuid,nodev,nodiratime,discard,fsync_mode=nobarrier,inline_xattr,inline_data,data_flush wait
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 nosuid,nodev,barrier=1,noatime wait,check
/mnt/vendor/persist /persist none bind wait
/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly
/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,recoveryonly