diff options
| author | Dan Pasanen <invisiblek@cyanogenmod.org> | 2016-11-17 20:44:59 -0600 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2016-11-22 21:37:58 -0600 |
| commit | eaae0035c919a4d8450531cfdeaa549ecfd8646f (patch) | |
| tree | abfb47cc87ad7b386d04a6b932c0b6f2db20b547 | |
| parent | a3844633a4da03ced5d4819b8e353d26002bfbf2 (diff) | |
g2: specify cache partition type
* Fix recovery fstab flag type while we're here
Change-Id: I33f114919b8d636c485a73fe23108249e83c048c
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 00c1477..52ef24c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -91,6 +91,7 @@ TARGET_PROVIDES_LIBLIGHT := true # Partitions BOARD_FLASH_BLOCK_SIZE := 131072 BOARD_BOOTIMAGE_PARTITION_SIZE := 16777216 # 16.7M +BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 BOARD_CACHEIMAGE_PARTITION_SIZE := 838860800 # 830M BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432 # 33.6M BOARD_RECOVERYIMAGE_PARTITION_SIZE := 23068672 # 22M @@ -106,7 +107,7 @@ BOARD_USES_QC_TIME_SERVICES := true # Recovery BOARD_NO_SECURE_DISCARD := true -TARGET_RECOVERY_FSTAB = device/lge/g2-common/rootdir/etc/fstab.g2 +TARGET_RECOVERY_FSTAB := device/lge/g2-common/rootdir/etc/fstab.g2 TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888" TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_g2 TARGET_USERIMAGES_USE_EXT4 := true |
