From c4fbabb647b8e1049a26644c43114b065ab6f176 Mon Sep 17 00:00:00 2001 From: Arian Date: Sun, 25 Jun 2023 14:38:27 +0200 Subject: [PATCH] vermeer: Import mod_device property Change-Id: Ide1eba4a88a17ff514baabc4b464e971e1a2bb89 --- BoardConfig.mk | 1 + properties/system.prop | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 properties/system.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index 52ecf8c..c5f718d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -29,6 +29,7 @@ TARGET_OTA_ASSERT_DEVICE := vermeer # Properties TARGET_ODM_PROP += $(DEVICE_PATH)/properties/odm.prop +TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop # Sepolicy diff --git a/properties/system.prop b/properties/system.prop new file mode 100644 index 0000000..a3f44fb --- /dev/null +++ b/properties/system.prop @@ -0,0 +1,2 @@ +# Xiaomi +ro.product.mod_device=vermeer_global