summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-10-31 00:45:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-10-31 00:45:09 +0000
commitc7471f6e61720a56f9b789200ba1ee38f53290c2 (patch)
tree7421b5640cd39a75d09d82f12785353f2c37b509
parent3a23b0a8bfca31e52f02bc9388dc956cd1100445 (diff)
parent06943e225281163e3ba76cc831c75324b58da34e (diff)
downloadhikey-c7471f6e61720a56f9b789200ba1ee38f53290c2.tar.gz
Merge "hikey: update the size for the partition of system and userdata" into main am: 9a5f48ee55 am: 53fac62fee am: 06943e2252
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2583198 Change-Id: Ic5288e56b288d3bc284ca75e6c00ac5f17025828 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--hikey/BoardConfig.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/hikey/BoardConfig.mk b/hikey/BoardConfig.mk
index 5f03ddb2..78a16d0f 100644
--- a/hikey/BoardConfig.mk
+++ b/hikey/BoardConfig.mk
@@ -22,14 +22,14 @@ BOARD_KERNEL_CMDLINE += printk.devkmsg=on
TARGET_NO_DTIMAGE := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2684354560
ifeq ($(TARGET_USERDATAIMAGE_4GB), true) # to build for aosp-4g partition table
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 1595915776
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 1488961024
else
ifeq ($(TARGET_WITH_SWAP), true) # to build for swap-8g partition table
BOARD_USERDATAIMAGE_PARTITION_SIZE := 4246715904
else
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 5588893184
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 4515151360
endif
endif
BOARD_FLASH_BLOCK_SIZE := 131072