summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-07 02:21:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-07 02:21:42 +0000
commit18fc02b2c88f33d9689190e3f57321584480ab93 (patch)
tree624df80006b4cfbc17f6a110e5dd09d78b83ad63
parent69e4a050681a306cd26633e9699fb646237269f4 (diff)
parent50a66823a2ad7a482cdab9aee55badc1cdbbf33f (diff)
downloadcar-18fc02b2c88f33d9689190e3f57321584480ab93.tar.gz
Merge "Retire the emulator_car_x86_64 board" into main am: 50a66823a2
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2811138 Change-Id: Id1d735ae397f02fbbfb59f2546a5302bcd1d70a2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--emulator_car_x86_64/BoardConfig.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/emulator_car_x86_64/BoardConfig.mk b/emulator_car_x86_64/BoardConfig.mk
deleted file mode 100644
index 1d99680..0000000
--- a/emulator_car_x86_64/BoardConfig.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 2020 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 generic_x86_64 BoardConfig as base
-include build/make/target/board/emulator_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
-