mirror of
https://gitee.com/openharmony/startup_init
synced 2025-02-17 10:28:00 +00:00
commit
10fa9139cd
@ -60,6 +60,10 @@ static bool HvbDmVerityIsEnable(void)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (strcmp(&vBState[0], "orange") == 0 || strcmp(&vBState[0], "ORANGE") == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user