topaz: Initial device configuration
Change-Id: Ie63f31ece78c3acb676faab94dc704dcf2b7ed28
Signed-off-by: ReStranger <restranger@disroot.org>
diff --git a/device.mk b/device.mk
new file mode 100644
index 0000000..b713920
--- /dev/null
+++ b/device.mk
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2025 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+# Inherit from xiaomi sm6225-common
+$(call inherit-product, device/xiaomi/sm6225-common/common.mk)
+
+# Inherit the proprietary files
+$(call inherit-product, vendor/xiaomi/topaz/topaz-vendor.mk)
+
+# Soong namespaces
+PRODUCT_SOONG_NAMESPACES += \
+ $(LOCAL_PATH)