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

Commit 7f84d9aa authored by Christopher Wiley's avatar Christopher Wiley Committed by android-build-merger
Browse files

Merge "libutils: Add UNEXPECTED_NULL status_t" am: 2f33e0cb am: 3a380b48

am: 8831e30b

* commit '8831e30b':
  libutils: Add UNEXPECTED_NULL status_t
parents ef0ac03c 8831e30b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ enum {
    UNKNOWN_TRANSACTION = (UNKNOWN_ERROR + 6),
#endif    
    FDS_NOT_ALLOWED     = (UNKNOWN_ERROR + 7),
    UNEXPECTED_NULL     = (UNKNOWN_ERROR + 8),
};

// Restore define; enumeration is in "android" namespace, so the value defined