diff --git a/BoardConfig.mk b/BoardConfig.mk index 7379ae8..caf2b14 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -12,5 +12,8 @@ include vendor/xiaomi/unicorn/BoardConfigVendor.mk DEVICE_PATH := device/xiaomi/unicorn +# Properties +TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop + # Screen density TARGET_SCREEN_DENSITY := 560 diff --git a/properties/system.prop b/properties/system.prop new file mode 100644 index 0000000..52eb53d --- /dev/null +++ b/properties/system.prop @@ -0,0 +1,2 @@ + Xiaomi +ro.product.mod_device=unicorn