!2299 hvb适配颜色启动

Merge pull request !2299 from 毛睿/master
This commit is contained in:
openharmony_ci 2023-10-18 03:12:43 +00:00 committed by Gitee
commit 10fa9139cd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;
}