commit | fdfe2ff8c60c367a4eb7cecb4cbe1d62b41a8c20 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Tue Aug 30 17:24:17 2011 -0700 |
committer | Mike Lockwood <lockwood@google.com> | Fri Feb 10 10:51:20 2012 -0800 |
tree | 33ff6ed8e57f31aebadd5e04c7f97dae01917ea9 | |
parent | a8f767a2395c0127b7f5adb9e207fdd994144e17 [diff] [blame] |
Checkpoint adding @home RPC support to aidl
diff --git a/tools/aidl/aidl_language.h b/tools/aidl/aidl_language.h index 9ca5deb..985f646 100644 --- a/tools/aidl/aidl_language.h +++ b/tools/aidl/aidl_language.h
@@ -64,7 +64,8 @@ enum { PARCELABLE_TYPE = 12, - INTERFACE_TYPE + INTERFACE_TYPE_BINDER, + INTERFACE_TYPE_RPC }; typedef struct document_item_type {