summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonil Kim <wonil@google.com>2023-06-22 04:47:54 +0000
committerRoman Kiryanov <rkir@google.com>2023-10-27 12:23:18 -0700
commit625b3491daff0b5a8710b5d8c92beb5b25232647 (patch)
tree051e08f0794d75d4d421da613a9d9bc110bbdaf6
parent5809470ed32467be8cc3476e82d238702000a915 (diff)
downloadcar-625b3491daff0b5a8710b5d8c92beb5b25232647.tar.gz
Increase dynamic partition size to 3.5G
BoardConfig for emulator_car64_x86_64 already has 3.5G Bug: 285643758 Test: Build arm64 emulator Change-Id: I9883f2b6fa063c25df82ba09a8191a2016d78319 Merged-In: I9883f2b6fa063c25df82ba09a8191a2016d78319
-rw-r--r--emulator_car64_arm64/BoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulator_car64_arm64/BoardConfig.mk b/emulator_car64_arm64/BoardConfig.mk
index 5a087a9..87783a2 100644
--- a/emulator_car64_arm64/BoardConfig.mk
+++ b/emulator_car64_arm64/BoardConfig.mk
@@ -20,4 +20,5 @@ include device/generic/car/emulator/usbpt/BoardConfig.mk
# Override BOARD_SUPER_PARTITION_SIZE to inclease the mounted system partition.
BOARD_SUPER_PARTITION_SIZE := 5856296960
-BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3489660928
+# 3.5G
+BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3758096384