diff options
| author | codeworkx <codeworkx@cyanogenmod.org> | 2016-02-24 19:26:18 +0100 |
|---|---|---|
| committer | Sinisa (thermskin) <sinisa.sehovic@gmail.com> | 2016-02-25 21:40:28 +0100 |
| commit | e95196a0eea85d78bfbe9848842b028ffdbfdc3c (patch) | |
| tree | 6186f868f18eed064e7fc4a39ca132714d7bed21 | |
| parent | d131fd303112134b39201d451cea377a10278cf5 (diff) | |
h815: update partition sizes
Change-Id: I6670d9f444bed7810f6a49ed4e099431aa958408
| -rw-r--r-- | BoardConfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 0527e86..6788808 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,6 +17,10 @@ # inherit from common g4 -include device/lge/g4-common/BoardConfigCommon.mk +# Partitions +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4341104640 +BOARD_USERDATAIMAGE_PARTITION_SIZE := 24897388544 + TARGET_OTA_ASSERT_DEVICE := g4,p1,h815 # Kernel |
