diff options
author | Arian <arian.kulmer@web.de> | 2019-11-14 15:40:31 +0100 |
---|---|---|
committer | Ćukasz Patron <priv.luk@gmail.com> | 2019-11-14 17:00:40 +0200 |
commit | c743e451f29c1fe9107b0403407bea6a95af71d8 (patch) | |
tree | 53a9e3c4cd543f900b7fd02fec46c3b00adc95ce | |
parent | 1a0482e42c806497d90402d02df1cf6fb44b974c (diff) |
shinano-common: Drop useless lta-label mount
Change-Id: Ifb8bb7161a04f17f93922d4df80fc50cb348d72c
-rw-r--r-- | BoardConfigCommon.mk | 4 | ||||
-rw-r--r-- | config.fs | 5 | ||||
-rw-r--r-- | rootdir/etc/fstab.qcom | 1 |
3 files changed, 0 insertions, 10 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5d4f4c0..85d5ea3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -57,9 +57,6 @@ BOARD_BRCM_HCI_NUM := 26 # Camera TARGET_USES_MEDIA_EXTENSIONS := true -# Filesystem -TARGET_FS_CONFIG_GEN += $(COMMON_PATH)/config.fs - # FM BOARD_HAVE_BCM_FM := true @@ -69,7 +66,6 @@ TARGET_INIT_VENDOR_LIB := libinit_shinano # Partition information BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2671771648 BOARD_USERDATAIMAGE_PARTITION_SIZE := 12656294912 -BOARD_ROOT_EXTRA_FOLDERS := lta-label # Recovery TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/fstab.qcom diff --git a/config.fs b/config.fs deleted file mode 100644 index d4eeeb5..0000000 --- a/config.fs +++ /dev/null @@ -1,5 +0,0 @@ -[lta-label/] -mode: 0555 -user: AID_SYSTEM -group: AID_SYSTEM -caps: 0 diff --git a/rootdir/etc/fstab.qcom b/rootdir/etc/fstab.qcom index e8602de..4972569 100644 --- a/rootdir/etc/fstab.qcom +++ b/rootdir/etc/fstab.qcom @@ -5,7 +5,6 @@ /dev/block/bootdevice/by-name/boot /boot emmc defaults recoveryonly /dev/block/bootdevice/by-name/FOTAKernel /recovery emmc defaults recoveryonly /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly -/dev/block/bootdevice/by-name/LTALabel /lta-label ext4 noatime,nosuid,nodev,noexec,ro,barrier=0 defaults /dev/block/bootdevice/by-name/cache /cache f2fs noatime,nosuid,nodev,rw,inline_xattr wait,check /dev/block/bootdevice/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc wait,check /dev/block/bootdevice/by-name/userdata /data f2fs noatime,nosuid,nodev,rw,inline_xattr wait,check,formattable,encryptable=footer,length=-16384 |