diff --git a/BoardConfig.mk b/BoardConfig.mk index 39e0a96..6b4bb8a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,6 +17,9 @@ TARGET_SCREEN_DENSITY := 440 # Kernel TARGET_KERNEL_CONFIG += xiaomi/grus.config +# Properties +TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop + # VINTF DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml