diff options
| author | dianlujitao <dianlujitao@lineageos.org> | 2019-03-15 18:25:41 +0800 |
|---|---|---|
| committer | dianlujitao <dianlujitao@lineageos.org> | 2019-06-16 14:19:10 +0800 |
| commit | 127858519fb122c30a076d2a6f0bc399828d46ef (patch) | |
| tree | 4057f647c7813073ed11d30c2bdf6cc39a880c8a | |
| parent | 39faf801760a6a3b745802c1e47241415bed6a82 (diff) | |
op3: Remove compat symlinks and bind mount points
Change-Id: If3f238a840054addf257edc4a0e0edf3ad67d2f0
| -rw-r--r-- | BoardConfig.mk | 4 | ||||
| -rw-r--r-- | rootdir/etc/fstab.qcom | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index d926c39f..e4734ddf 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -190,10 +190,6 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3154116608 BOARD_USERDATAIMAGE_PARTITION_SIZE := 57436708864 -BOARD_ROOT_EXTRA_SYMLINKS := \ - /vendor/dsp:/dsp \ - /vendor/firmware_mnt:/firmware \ - /vendor/bt_firmware:/bt_firmware BOARD_FLASH_BLOCK_SIZE := 262144 TARGET_USES_MKE2FS := true diff --git a/rootdir/etc/fstab.qcom b/rootdir/etc/fstab.qcom index 343cb390..3461a283 100644 --- a/rootdir/etc/fstab.qcom +++ b/rootdir/etc/fstab.qcom @@ -15,5 +15,4 @@ /dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=0,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait /dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait /dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 noatime,nosuid,nodev,barrier=1 wait -/mnt/vendor/persist /persist none bind wait /devices/soc/6a00000.ssusb/6a00000.dwc3/xhci-hcd.0.auto/usb* auto auto defaults voldmanaged=usbotg:auto |
