| # |
| # Copyright (C) 2025 The LineageOS Project |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| # |
| |
| # Inherit the proprietary files |
| include vendor/xiaomi/sm6225-common/BoardConfigVendor.mk |
| |
| COMMON_PATH := device/xiaomi/sm6225-common |
| |
| # Architecture |
| TARGET_ARCH := arm64 |
| TARGET_ARCH_VARIANT := armv8-a |
| TARGET_CPU_ABI := arm64-v8a |
| TARGET_CPU_ABI2 := |
| TARGET_CPU_VARIANT := generic |
| |
| # Bootloader |
| TARGET_BOOTLOADER_BOARD_NAME := bengal |
| TARGET_NO_BOOTLOADER := true |
| |
| # Hardware |
| BOARD_USES_QCOM_HARDWARE := true |
| |
| # Platform |
| TARGET_BOARD_PLATFORM := bengal |
| TARGET_BOARD_SUFFIX := _515 |
| |
| # Inherit the proprietary files |
| include vendor/xiaomi/sm6225-common/BoardConfigVendor.mk |