commit | 31bc6982a4b4ab0c636054f26b7fce0b473c5125 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Feb 11 17:30:52 2010 -0800 |
committer | Mathias Agopian <mathias@google.com> | Sun Feb 21 23:27:25 2010 -0800 |
tree | 927ce1b5d5449e2c0c8aeacb4d4da612ae05b4f3 | |
parent | cc9e3ce9aa0add0ccbabb009c725e0f4d5a464e0 [diff] |
remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). Add a Flattenable interface to libutils which can be used to flatten an object into bytestream + filedescriptor stream. Parcel is modified to handle Flattenable. And GraphicBuffer implements Flattenable. Except for the overlay classes libui is now independent of libbinder.