sdm660-common: init: Use vendor_load_persist_properties

* needed because hw_id is not initialized when normal load of props is used

Change-Id: I718ee452e525a1450f02bbe529ba8d130ce8dbe3
This commit is contained in:
Scott Warner 2019-11-07 12:23:13 -05:00 committed by Max Weffers
parent aeaffc4a19
commit 36ddffb679
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -72,7 +72,7 @@ void property_override_dual(char const system_prop[],
property_override(vendor_prop, value); property_override(vendor_prop, value);
} }
void vendor_load_properties() void vendor_load_persist_properties()
{ {
std::string product = GetProperty("ro.product.vendor.device", ""); std::string product = GetProperty("ro.product.vendor.device", "");
if (product.find("clover") != std::string::npos) { if (product.find("clover") != std::string::npos) {