Uppdatera 'init/init_matisse.cpp'
This commit is contained in:
parent
2726a11900
commit
fb4ece09ca
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ using android::init::property_set;
|
||||||
|
|
||||||
void vendor_load_properties()
|
void vendor_load_properties()
|
||||||
{
|
{
|
||||||
std::string bootloader = GetProperty("ro.bootloader", "");
|
std::string bootloader = GetProperty("ro.bootloader", "T530XX");
|
||||||
|
|
||||||
if (bootloader.find("T530XX") == 0) {
|
if (bootloader.find("T530XX") == 0) {
|
||||||
/* matissewifixx */
|
/* matissewifixx */
|
||||||
|
|
Loading…
Reference in a new issue