Merge "Follow vdc naming convention: earlyBootEnded" am: e8838a862d
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/1512480 Change-Id: I7df00e8936fd2185541645594a9633317632fe99
This commit is contained in:
commit
12eb9de463
1 changed files with 1 additions and 1 deletions
2
vdc.cpp
2
vdc.cpp
|
@ -152,7 +152,7 @@ int main(int argc, char** argv) {
|
|||
checkStatus(args, vold->abortChanges(args[2], retry != 0));
|
||||
} else if (args[0] == "checkpoint" && args[1] == "resetCheckpoint") {
|
||||
checkStatus(args, vold->resetCheckpoint());
|
||||
} else if (args[0] == "keymaster" && args[1] == "early-boot-ended") {
|
||||
} else if (args[0] == "keymaster" && args[1] == "earlyBootEnded") {
|
||||
checkStatus(args, vold->earlyBootEnded());
|
||||
} else {
|
||||
LOG(ERROR) << "Raw commands are no longer supported";
|
||||
|
|
Loading…
Reference in a new issue