Merge "Fix a spelling error" am: 7eb6dc9104
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2412253 Change-Id: Ib567739e36f1570e89f1d6b54425ac503e4e777b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4c180fed89
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ Result<void> LoadSepolicyApexCerts() {
|
|||
}
|
||||
|
||||
Result<void> SepolicyFsVerityCheck() {
|
||||
return Error() << "TODO implementent support for fsverity SEPolicy.";
|
||||
return Error() << "TODO implement support for fsverity SEPolicy.";
|
||||
}
|
||||
|
||||
Result<void> SepolicyCheckSignature(const std::string& dir) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue