commit | a580e68cc3bea688167eb5e55122bec8e83ab939 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Feb 11 17:30:52 2010 -0800 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:52 2013 -0700 |
tree | c87326dd97f9103c2a7e2425bd3b537540b0a295 | |
parent | 8f0251fd36eac0348f9321712436f972a6179715 [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.