land: Update from HM3SGlobal_V8.5.3.0.MALMIED__6.0
Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
parent
682a810524
commit
3cd87799ae
2 changed files with 8 additions and 8 deletions
|
@ -87,17 +87,17 @@ void vendor_load_properties()
|
|||
init_alarm_boot_properties();
|
||||
|
||||
if (buf.find("S88537AA1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537AA1_V077_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537AA1_V079_M20_MP_XM");
|
||||
} else if (buf.find("S88537AB1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537AB1_V077_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537AB1_V079_M20_MP_XM");
|
||||
} else if (buf.find("S88537AC1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537AC1_V077_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537AC1_V079_M20_MP_XM");
|
||||
} else if (buf.find("S88537BA1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537BA1_V077_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537BA1_V079_M20_MP_XM");
|
||||
} else if (buf.find("S88537CA1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537CA1_V077_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537CA1_V079_M20_MP_XM");
|
||||
} else if (buf.find("S88537EC1") != std::string::npos) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537EC1_V077_M20_MP_XM");
|
||||
property_set("ro.build.display.wtid", "SW_S88537EC1_V079_M20_MP_XM");
|
||||
}
|
||||
|
||||
if (buf.find("S88537AB1") != std::string::npos) {
|
||||
|
|
|
@ -35,8 +35,8 @@ PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
|||
TARGET_VENDOR_PRODUCT_NAME := land
|
||||
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
BUILD_FINGERPRINT=Xiaomi/land/land:6.0.1/MMB29M/V8.2.5.0.MALMIDL:user/release-keys \
|
||||
PRIVATE_BUILD_DESC="land-user 6.0.1 MMB29M V8.2.5.0.MALMIDL release-keys"
|
||||
BUILD_FINGERPRINT=Xiaomi/land/land:6.0.1/MMB29M/V8.5.3.0.MALMIED:user/release-keys \
|
||||
PRIVATE_BUILD_DESC="land-user 6.0.1 MMB29M V8.5.3.0.MALMIED release-keys"
|
||||
|
||||
PRODUCT_SYSTEM_PROPERTY_BLACKLIST += \
|
||||
ro.product.model
|
||||
|
|
Loading…
Reference in a new issue