]> git.saurik.com Git - android/aapt.git/commit
Fix potential aapt crash when processing overlay.
authorXavier Ducrohet <xav@android.com>
Thu, 4 Mar 2010 23:21:59 +0000 (15:21 -0800)
committerXavier Ducrohet <xav@android.com>
Fri, 5 Mar 2010 19:11:28 +0000 (11:11 -0800)
commite021d7c5790e9c3272d20f70e5da89c156cb8381
tree42f2a2d0dda5353c0a18e22a2e3af8c7d8e5a067
parent4fd67e1daa2d896637d9236e81da77dccaab844e
Fix potential aapt crash when processing overlay.

If an overlay has a type of resources that's not defined in
the main res pool, then aapt would crash.

This dynamically create new ResourceTypeSet when needed
when processing the overlays

Change-Id: I67bc3622281bde73cf42f37a0983798d3f658ce2
Resource.cpp