summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/binder/include/binder/Stability.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/include/binder/Stability.h b/libs/binder/include/binder/Stability.h
index 77f066748d..487f480d0e 100644
--- a/libs/binder/include/binder/Stability.h
+++ b/libs/binder/include/binder/Stability.h
@@ -45,7 +45,7 @@ private:
// up the efficiency level of a binder object. So, we expose the underlying type.
friend ::android::Parcel;
- enum Level : int32_t {
+ enum Level : int16_t {
UNDECLARED = 0,
VENDOR = 0b000011,