]> git.saurik.com Git - android/aapt.git/commit
Cache resource ID lookups in aapt
authorChristopher Tate <ctate@google.com>
Fri, 16 Nov 2012 23:58:08 +0000 (15:58 -0800)
committerChristopher Tate <ctate@google.com>
Wed, 28 Nov 2012 02:28:49 +0000 (18:28 -0800)
commit5925ee3dd552ef0137afff16f73d924882823e2b
tree3dae4ce9169bc901e3b8df2e62b3bcd684713024
parent7ae4e725c7a3a2fd92f3389184c93e87778f9477
Cache resource ID lookups in aapt

This speeds up certain workloads considerably, particularly
those involved in buildling apps via the SDK.  Windows-based
use should particularly benefit from the change.

Change-Id: I29f4b3a77400b201ee219729cc28a5e359c0c5e8
Android.mk
ResourceIdCache.cpp [new file with mode: 0644]
ResourceIdCache.h [new file with mode: 0644]
ResourceTable.cpp