summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaqib Ismail <aaqibismail@google.com>2023-10-27 21:43:58 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-10-27 21:43:58 +0000
commita3300779b35eac013c39905829d9faa69c69fbf6 (patch)
tree3d885c5dc6267f4e7f89165347a45825587960bc
parent4e88be62e179949f64fe84b5602101a0281dd58d (diff)
parent8e4ee190b9d2ef2d5b8551815ff86e6a5095b5fe (diff)
downloadcar-a3300779b35eac013c39905829d9faa69c69fbf6.tar.gz
Increase board size for gcar am: 8e4ee190b9
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2808257 Change-Id: I12bd98fd2dc04c4561f752e3ad6604981129c717 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--emulator_car64_arm64/BoardConfig.mk4
-rw-r--r--emulator_car64_x86_64/BoardConfig.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulator_car64_arm64/BoardConfig.mk b/emulator_car64_arm64/BoardConfig.mk
index 87783a2..1dcaf73 100644
--- a/emulator_car64_arm64/BoardConfig.mk
+++ b/emulator_car64_arm64/BoardConfig.mk
@@ -20,5 +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
-# 3.5G
-BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3758096384
+# 3.8G
+BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3800000000
diff --git a/emulator_car64_x86_64/BoardConfig.mk b/emulator_car64_x86_64/BoardConfig.mk
index 977e8a4..4317ab0 100644
--- a/emulator_car64_x86_64/BoardConfig.mk
+++ b/emulator_car64_x86_64/BoardConfig.mk
@@ -20,5 +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
-# 3.5G
-BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3758096384
+# 3.8G
+BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3800000000