mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
Revert "universal7885: Support changing readonly filesystem type with a flag"
This reverts commit 740b27bccf.
This commit is contained in:
parent
04f72f040a
commit
745ca56170
2 changed files with 3 additions and 9 deletions
|
|
@ -82,9 +82,7 @@ include device/samsung/universal7885-common/configs/vintf/manifest.mk
|
|||
|
||||
# Partitions
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736
|
||||
TARGET_FS_TYPE ?= ext4
|
||||
BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := $(TARGET_FS_TYPE)
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := $(TARGET_FS_TYPE)
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_FLASH_BLOCK_SIZE := 131072
|
||||
|
||||
# Properties
|
||||
|
|
|
|||
Loading…
Reference in a new issue