diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2020-04-08 20:28:36 -0400 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2020-12-08 08:14:18 +0100 |
| commit | 91baaadd06dee4b0d00f74e6f9ccf3c047a06fae (patch) | |
| tree | 2ba1fc82d115b14a1324e99174f1f08ac68d35c3 | |
| parent | 1a876ddb73e498526fa43c77da099626172dc7b8 (diff) | |
m8: Use Sense firmware system image size
* It is no longer possible to even fit Lineage into such a small
partition. From this point on, everyone will have to convert
to Sense partition layout otherwise it's the end of the game.
Change-Id: I22513c9ddc5a4155884002caa7adddc3f9a9df5e
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index c5ae65e..54f0257 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -51,7 +51,7 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/htc/m8/bluetooth DEVICE_MANIFEST_FILE += device/htc/m8/manifest.xml # Partitions -BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1258291200 +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2818572288 BOARD_USERDATAIMAGE_PARTITION_SIZE := 13153337344 # Vendor Init |
