commit | c86727f5805f28fbd25da141c50fb6843f364f3a | [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 | 395806614f40b9aac7306a9e951305167fb8abe1 | |
parent | 08d13c3cbb0b250b84ca861edb462060556aead9 [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.