mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Support changing readonly filesystem type with a flag
[roynatech2544: Rename flag to TARGET_FS_TYPE] Change-Id: Ie9c749a37b3d42844b1824ab1cdb7a2fa51a186b
This commit is contained in:
parent
d80918f7b5
commit
740b27bccf
3 changed files with 15 additions and 5 deletions
|
|
@ -81,7 +81,9 @@ include device/samsung/universal7885-common/configs/vintf/manifest.mk
|
|||
|
||||
# Partitions
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
TARGET_FS_TYPE ?= ext4
|
||||
BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := $(TARGET_FS_TYPE)
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := $(TARGET_FS_TYPE)
|
||||
BOARD_FLASH_BLOCK_SIZE := 131072
|
||||
|
||||
# Properties
|
||||
|
|
|
|||
Loading…
Reference in a new issue