Merge "libutils: Add UNEXPECTED_NULL status_t" am: 2f33e0cb17

am: 3a380b4843

* commit '3a380b48437b8e74483e0770caf8b4071de16538':
  libutils: Add UNEXPECTED_NULL status_t
This commit is contained in:
Christopher Wiley 2015-11-10 22:30:15 +00:00 committed by android-build-merger
commit 8831e30b5c

View file

@ -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