comet: Remove all boards except comet

Change-Id: Ib34dd38d55f39e9a61c0f61d9c659e07494177a1
This commit is contained in:
Michael Bestas 2025-06-19 01:45:29 +03:00 committed by Michael Bestas
parent c9fa861b01
commit 49a666d8e7
No known key found for this signature in database
8 changed files with 2 additions and 586 deletions

View file

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
ifeq (,$(filter %comet23,$(PRODUCT_NAME)))
TARGET_BOARD_INFO_FILE := device/google/comet/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := comet
@ -39,12 +38,6 @@ ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
-include device/google/common/etm/6_1/BoardUserdebugModules.mk
endif
else
include device/google/comet23/comet23/BoardConfig.mk
endif
DEVICE_PATH := device/google/comet
VENDOR_PATH := vendor/google/comet
include $(DEVICE_PATH)/$(TARGET_BOOTLOADER_BOARD_NAME)/BoardConfigLineage.mk