]> git.saurik.com Git - android/aapt.git/commit - Resource.cpp
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)
commitdd854d4c9322204ea873c2de498d6693b271952a
tree8fb3d23634d8e59f62cd8bd4f6586a79f1de6778
parenteca7446ff64d08be71464cef5ea990ca0ef03251
Catch when a file resource (non values) added in an overlay.

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.
Resource.cpp