summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2023-04-04 00:02:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-04-04 00:02:33 +0000
commit14eb83cd6924a2b8fc86e9231f13479745bf3387 (patch)
treeb9dead732171b5605d81000d4490dd625364cd46
parentb5439b387fe36f0c6001dfbe02dccd9f99b2c7fe (diff)
parent9212b1629b857111272787f06deaf0c884a90bd9 (diff)
downloadcar-14eb83cd6924a2b8fc86e9231f13479745bf3387.tar.gz
Merge "Increase the board size for emulator_car64_x86_64" into udc-dev
-rw-r--r--emulator_car64_x86_64/BoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulator_car64_x86_64/BoardConfig.mk b/emulator_car64_x86_64/BoardConfig.mk
index afe763a..a96b953 100644
--- a/emulator_car64_x86_64/BoardConfig.mk
+++ b/emulator_car64_x86_64/BoardConfig.mk
@@ -22,4 +22,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