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:
parent
aeaffc4a19
commit
36ddffb679
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue