]> git.saurik.com Git - android/aapt.git/commitdiff
aapt now sorts the strings in the resource string pool.
authorDianne Hackborn <hackbod@google.com>
Tue, 31 Jan 2012 19:27:43 +0000 (11:27 -0800)
committerDianne Hackborn <hackbod@google.com>
Tue, 31 Jan 2012 23:41:30 +0000 (15:41 -0800)
In our current environment with very many translations, this can
save a lot of RAM -- for example over 200K in Gmail just by sorting
the strings in the Gmail .apk (not the framework).

Also add a new aapt command to print the contents of the resource
table string pool.

Change-Id: I1da037b3e2c377b890833ff57ab158965314ac48


No differences found