ingres: Import mod_device prop
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d13576b..4b330ad 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -12,5 +12,8 @@
 
 DEVICE_PATH := device/xiaomi/ingres
 
+# Properties
+TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop
+
 # Screen density
 TARGET_SCREEN_DENSITY := 395
diff --git a/properties/system.prop b/properties/system.prop
new file mode 100644
index 0000000..ce219d9
--- /dev/null
+++ b/properties/system.prop
@@ -0,0 +1,2 @@
+# Xiaomi
+ro.product.mod_device=ingres_global