summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcell Kovacs <marcellk@google.com>2022-04-14 20:31:57 -0700
committerMarcell Kovacs <marcellk@google.com>2022-05-03 16:42:17 +0000
commitd051f9083be71ff0c51029576dd7c8610b080fe9 (patch)
treedd885fc61bfd21ac9d985ab9e5a6c1e592a9a0f6
parent47c5b2373d488bdfedbb40b826d8ff0e8bbfde55 (diff)
downloadcar-d051f9083be71ff0c51029576dd7c8610b080fe9.tar.gz
Create 64bit only car board
Test: lunch gcar_emu64_x86_64-userdebug && m -j && emulator Bug: 222307100 Change-Id: I031e441d4f2fb99661de01d7b58c393ab2021c30 Merged-In: I031e441d4f2fb99661de01d7b58c393ab2021c30
-rw-r--r--emulator_car64_x86_64/BoardConfig.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulator_car64_x86_64/BoardConfig.mk b/emulator_car64_x86_64/BoardConfig.mk
new file mode 100644
index 0000000..bfd00ce
--- /dev/null
+++ b/emulator_car64_x86_64/BoardConfig.mk
@@ -0,0 +1,24 @@
+# Copyright (C) 2022 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# Use emulator64_x86_64_arm64 BoardConfig as base
+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.
+BOARD_SUPER_PARTITION_SIZE := 5856296960
+
+BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE = 3489660928
+