aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommy Chiu <tommychiu@google.com>2023-05-25 07:32:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-05-25 07:32:00 +0000
commitc9f300e66b6f64f138512e9d49028055231b074a (patch)
tree309ffd81767b8867e52d601762e6f61fa80311d9
parent4bf4c5d8bda05b476a79ef564102ff6865e3c37d (diff)
parent1fdddeb3683768c4629820a32f1c5b0322a42d33 (diff)
downloadgeneric-c9f300e66b6f64f138512e9d49028055231b074a.tar.gz
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/nos/host/generic/+/23379250 Change-Id: I8fad882d8cf0fe95fb2a220a0d585afdf81078fd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--nugget/include/app_nugget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nugget/include/app_nugget.h b/nugget/include/app_nugget.h
index a732cca..8852b18 100644
--- a/nugget/include/app_nugget.h
+++ b/nugget/include/app_nugget.h
@@ -29,8 +29,9 @@ extern "C" {
/* App-specific errors (across all commands) */
enum {
- NUGGET_ERROR_LOCKED = APP_SPECIFIC_ERROR,
+ NUGGET_ERROR_LOCKED = APP_SPECIFIC_ERROR + 0,
NUGGET_ERROR_RETRY,
+ NUGGET_ERROR_VERIFY,
};
/****************************************************************************/