sapphire: Initial device configuration
Change-Id: I1bbdd196b02bb8db0f4c7aa527e6462ee4807567
Signed-off-by: ReStranger <restranger@disroot.org>
diff --git a/BoardConfig.mk b/BoardConfig.mk
new file mode 100644
index 0000000..41809ef
--- /dev/null
+++ b/BoardConfig.mk
@@ -0,0 +1,13 @@
+#
+# Copyright (C) 2025 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+DEVICE_PATH := device/xiaomi/sapphire
+
+# Inherit from xiaomi sm6225-common
+include device/xiaomi/sm6225-common/BoardConfigCommon.mk
+
+# Inherit the proprietary files
+include vendor/xiaomi/sapphire/BoardConfigVendor.mk
\ No newline at end of file