commit | 7db766c3fec2795b08d237f29b972f474983684b | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Thu Sep 15 21:31:15 2011 -0700 |
committer | Mike Lockwood <lockwood@google.com> | Fri Feb 10 10:51:21 2012 -0800 |
tree | 0e10e930fdc60eab7a5a924271ea4b9326f738eb | |
parent | 93fcaca2aa329e60f8fecc69cb81e7b0fe47066b [diff] [blame] |
Support custom flattenable types for RPC.
diff --git a/tools/aidl/aidl_language.h b/tools/aidl/aidl_language.h index 985f646..b490a59 100644 --- a/tools/aidl/aidl_language.h +++ b/tools/aidl/aidl_language.h
@@ -64,6 +64,7 @@ enum { PARCELABLE_TYPE = 12, + FLATTENABLE_TYPE, INTERFACE_TYPE_BINDER, INTERFACE_TYPE_RPC };