]> git.saurik.com Git - android/aapt.git/commitdiff
Catch when a file resource (non values) added in an overlay.
authorRobert Greenwalt <robdroid@android.com>
Sat, 6 Jun 2009 01:53:26 +0000 (18:53 -0700)
committerRobert Greenwalt <robdroid@android.com>
Mon, 8 Jun 2009 16:10:29 +0000 (09:10 -0700)
File resources are assigned resource id's and if an overlay adds one
it renumbers things and breaks compatability.  Used to segfault
if you tried before, but now catches it and lets you know what file
caused the problem.


No differences found