summaryrefslogtreecommitdiffstats
path: root/core/jni/Android.mk
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2009-06-12 15:20:04 -0700
committerChristopher Tate <ctate@google.com>2009-06-14 19:39:29 -0700
commit2fdd428e0f18384160f7c38ce3a2cd9ba7e7b2c2 (patch)
tree985ee68d951d7c141e296aa4fec60d41f667538a /core/jni/Android.mk
parent31390c752828dce0a33d0adeacdf10a49ff847ce (diff)
downloadframeworks_base-2fdd428e0f18384160f7c38ce3a2cd9ba7e7b2c2.zip
frameworks_base-2fdd428e0f18384160f7c38ce3a2cd9ba7e7b2c2.tar.gz
frameworks_base-2fdd428e0f18384160f7c38ce3a2cd9ba7e7b2c2.tar.bz2
Fix some backup reader/writer issues; make local transport do backup
As of this change, LocalTransport is successfully propagating data changes from the backup data format into a repository stored in /cache/backup/[packagename]. Each backup key gets a separate file there for ease of manipulation and testing. The general semantics of BackupDataReader have been tweaked, too; it now just returns simple "we're done with the data" when it hits the end, even if no footer has been found, because on the writing side the footer isn't being written. Also, reading an entity now merely requires a "big enough" buffer, not an exactly-sized one. This is all a work in progress, but this is at least working now for purposes of this local transport. Still to do: proper change vs deletion detection, as well as expanding the data format itself to include necessary metadata etc.
Diffstat (limited to 'core/jni/Android.mk')
0 files changed, 0 insertions, 0 deletions