]> 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)
committerXavier Ducrohet <xav@android.com>
Wed, 28 Nov 2012 23:32:46 +0000 (15:32 -0800)
commit951317fbfb58871a37d63cee6de1498bcfb63e6a
tree3dae4ce9169bc901e3b8df2e62b3bcd684713024
parent6173c931f72d79ac860283edf0ceed9182fd6b8f
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.

(cherry picked from commit d8dde13a63565dcd72bcf03a5088407b737ba793)

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