mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885-common: Set cache filesystem to create /cache mount point
Change-Id: I821ef70606479a5a4cda3fa053d01f3328ef2a05 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
ac78a7d0d5
commit
03b9e8ddc6
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ TARGET_USES_64_BIT_BINDER := true
|
|||
# Filesystem
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
TARGET_USERIMAGES_USE_F2FS := true
|
||||
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
|
||||
# Include
|
||||
TARGET_SPECIFIC_HEADER_PATH := $(COMMON_PATH)/include
|
||||
|
|
|
|||
Loading…
Reference in a new issue