summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaqib Ismail <aaqibismail@google.com>2023-10-27 21:44:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-10-27 21:44:24 +0000
commit95123f2210651dedb698883d8f6813cad8a35946 (patch)
tree277e776fb584d704441a4a76defddbf46430ae47
parenta3300779b35eac013c39905829d9faa69c69fbf6 (diff)
parent954f0da965ec57fb1b5321ff8f8a4d46350421f8 (diff)
downloadcar-95123f2210651dedb698883d8f6813cad8a35946.tar.gz
Fix typo in mk comment am: 954f0da965
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2808258 Change-Id: I04644947453fcfffdd2a0e12072a3644fa7b6338 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 1dcaf73..8102f92 100644
--- a/emulator_car64_arm64/BoardConfig.mk
+++ b/emulator_car64_arm64/BoardConfig.mk
@@ -17,8 +17,8 @@
include device/generic/goldfish/emulator64_arm64/BoardConfig.mk
include device/generic/car/emulator/usbpt/BoardConfig.mk
-# Override BOARD_SUPER_PARTITION_SIZE to inclease the mounted system partition.
+# Override BOARD_SUPER_PARTITION_SIZE to increase the mounted system partition.
BOARD_SUPER_PARTITION_SIZE := 5856296960
-# 3.8G
+# 3.6G
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3800000000
diff --git a/emulator_car64_x86_64/BoardConfig.mk b/emulator_car64_x86_64/BoardConfig.mk
index 4317ab0..89d8bea 100644
--- a/emulator_car64_x86_64/BoardConfig.mk
+++ b/emulator_car64_x86_64/BoardConfig.mk
@@ -17,8 +17,8 @@
include device/generic/goldfish/emulator64_x86_64/BoardConfig.mk
include device/generic/car/emulator/usbpt/BoardConfig.mk
-# Override BOARD_SUPER_PARTITION_SIZE to inclease the mounted system partition.
+# Override BOARD_SUPER_PARTITION_SIZE to increase the mounted system partition.
BOARD_SUPER_PARTITION_SIZE := 5856296960
-# 3.8G
+# 3.6G
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3800000000