Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd1df879 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "aidl: corrected ERROR_GENERAL_FAILURE description." am: 7f86031b am:...

Merge "aidl: corrected ERROR_GENERAL_FAILURE description." am: 7f86031b am: 0088ec69 am: 85318d0f

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2384613



Change-Id: I6fae44b8452ec2465b9bd948397f7f029a315e01
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f599cb13 85318d0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ interface IGatekeeper {
    const int STATUS_REENROLL = 1;
    /* operation is successful */
    const int STATUS_OK = 0;
    /* operation is successful. */
    /* operation failed. */
    const int ERROR_GENERAL_FAILURE = -1;
    /* operation should  be retried after timeout. */
    const int ERROR_RETRY_TIMEOUT = -2;