Revert "Treat parcelables as flattenables for now, until the sdk contains a newer aidl."

This reverts commit 234b5a2b98.
This commit is contained in:
Joe Onorato
2011-10-18 18:17:32 -07:00
parent baeeda7eb2
commit 2be34eece2

View File

@@ -87,9 +87,7 @@ parcelable_decl:
b->name = $2.buffer;
b->package = g_currentPackage ? strdup(g_currentPackage) : NULL;
b->semicolon_token = $3.buffer;
// TODO: Since we're having problems with funbundling, make all parcelables also flattenables.
// b->flattening_methods = PARCELABLE_DATA;
b->flattening_methods = PARCELABLE_DATA | RPC_DATA;
b->flattening_methods = PARCELABLE_DATA;
$$.user_data = b;
}
| PARCELABLE ';' {