aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfigCommon.mk4
-rw-r--r--config.fs5
-rw-r--r--rootdir/etc/fstab.qcom1
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