diff --git a/BoardConfig.mk b/BoardConfig.mk index c316aa1..0994730 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -13,6 +13,7 @@ include vendor/xiaomi/cupid/BoardConfigVendor.mk DEVICE_PATH := device/xiaomi/cupid # Properties +TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop # Screen density diff --git a/properties/system.prop b/properties/system.prop new file mode 100644 index 0000000..527656f --- /dev/null +++ b/properties/system.prop @@ -0,0 +1,2 @@ +# Xiaomi +ro.product.mod_device=cupid_global