summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-10-30 15:55:59 -0700
committerRoman Kiryanov <rkir@google.com>2023-10-30 15:55:59 -0700
commitf4f14ee0781bc2ccdaa02010281e8221370fe63e (patch)
treee80e5ce30076ad9c4280fb88c738136b99550c60
parent28d190d96fbdfc8894b86fdab4689d76d3c86326 (diff)
downloadcar-f4f14ee0781bc2ccdaa02010281e8221370fe63e.tar.gz
Retire the emulator_car_x86_64 board
`rgrep emulator_car_x86_64 --include=*.mk` says it is not used. Bug: 295259752 Test: presubmit Change-Id: Ic0957a426d9cd3161f0a13e651c82717de01f90f Signed-off-by: Roman Kiryanov <rkir@google.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
-