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

Change-Id: I8f588d160888550ee79564afe6935fd0f78bc1f7
This commit is contained in:
Joe Onorato
2011-10-18 18:17:32 -07:00
committed by Mike Lockwood
parent 47f2f8340f
commit 8f3580e9da

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 ';' {