From 09d7f324875307e27d13668a8baa571c5430ecf7 Mon Sep 17 00:00:00 2001 From: naijun0403 Date: Mon, 5 May 2025 14:55:41 +0900 Subject: [PATCH] marble: add initial configuration for BoardConfig.mk --- BoardConfig.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 BoardConfig.mk diff --git a/BoardConfig.mk b/BoardConfig.mk new file mode 100644 index 0000000..9b9f5db --- /dev/null +++ b/BoardConfig.mk @@ -0,0 +1,12 @@ +# +# Copyright (C) 2025 The LineageOS Project +# +# SPDX-License-Identifier: Apache-2.0 +# + +# Bootloader +TARGET_BOOTLOADER_BOARD_NAME := taro + +# Platform +BOARD_USES_QCOM_HARDWARE := true +TARGET_BOARD_PLATFORM := taro \ No newline at end of file