summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaqib Ismail <aaqibismail@google.com>2023-09-21 15:43:16 -0700
committerRoman Kiryanov <rkir@google.com>2023-10-27 12:24:42 -0700
commit954f0da965ec57fb1b5321ff8f8a4d46350421f8 (patch)
tree8cba856f94d5d490c8d539420047f6cd8d143096
parent8e4ee190b9d2ef2d5b8551815ff86e6a5095b5fe (diff)
downloadcar-954f0da965ec57fb1b5321ff8f8a4d46350421f8.tar.gz
Fix typo in mk comment
Bug: 301326791 Test: m Change-Id: I38db8b245f107caa610988e7231162fb96de8605 Merged-In: I38db8b245f107caa610988e7231162fb96de8605
-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