| # | |
| # Copyright (C) 2025 The LineageOS Project | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| DEVICE_PATH := device/xiaomi/topaz | |
| # Inherit from xiaomi sm6225-common | |
| include device/xiaomi/sm6225-common/BoardConfigCommon.mk | |
| # Inherit the proprietary files | |
| include vendor/xiaomi/topaz/BoardConfigVendor.mk | |
| # Properties | |
| TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop | |
| # Screen density | |
| TARGET_SCREEN_DENSITY := 440 |