commit | e840cade52f35abe4c97a03efb4f12c311566649 | [log] [tgz] |
---|---|---|
author | subrahmanyaman <subrahmanyaman@google.com> | Thu Jan 12 14:48:17 2023 +0000 |
committer | subrahmanyaman <subrahmanyaman@google.com> | Thu Jan 12 14:48:17 2023 +0000 |
tree | 2f9d69ab05337381acfec3fc917f989557952763 | |
parent | 248026347fbcc5a5c1a8cfcf9e023413c0c6c457 [diff] |
aidl: corrected ERROR_GENERAL_FAILURE description. Corrected the description for ERROR_GENERAL_FAILURE error code to Operation failed. Bug: 265288984 Test: VtsHalGatekeeperTarget Change-Id: I0cf3cd01226efae57103ad07149c8ff1bba8dbd5
diff --git a/gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl b/gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl index 927293e..215c6e6 100644 --- a/gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl +++ b/gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl
@@ -30,7 +30,7 @@ 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;