From c743e451f29c1fe9107b0403407bea6a95af71d8 Mon Sep 17 00:00:00 2001 From: Arian Date: Thu, 14 Nov 2019 15:40:31 +0100 Subject: shinano-common: Drop useless lta-label mount Change-Id: Ifb8bb7161a04f17f93922d4df80fc50cb348d72c --- BoardConfigCommon.mk | 4 ---- config.fs | 5 ----- rootdir/etc/fstab.qcom | 1 - 3 files changed, 10 deletions(-) delete mode 100644 config.fs 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 -- cgit v1.2.3