summaryrefslogtreecommitdiff
path: root/opengl/tests/gl_basic/gl_basic.cpp
diff options
context:
space:
mode:
authorRobert Greenwalt <robdroid@android.com>2009-08-31 14:48:20 -0700
committerRobert Greenwalt <robdroid@android.com>2009-08-31 14:56:28 -0700
commit832528f92c8d6995318777ead009da20963bcf7a (patch)
tree1751ed0ae2812c818ec20ea28229665efd66bdf2 /opengl/tests/gl_basic/gl_basic.cpp
parent3e59cf7ede6d6c66cbb0b1e1f345cf132972a713 (diff)
Fix replacement-after-add of resource files in overlay.
Aapt was adding/removing elements from a list an continuing to use a stale copy for future indexes. This could cause incorrect subsequent processing. Add an en resource and modify an es, for example. Adding the en would cause the base fileset's es version to be moved in the list. Using the old index we'd then attempt to remove the old es version with the wrong index and then add the new es version generating a "duplicate file" error. bug: 2090015
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
0 files changed, 0 insertions, 0 deletions