]> git.saurik.com Git - android/aapt.git/commit - ResourceTable.cpp
AI 144950: Manual integration of 144342 and 144547 from donutburger to cupcake.
authorRobert Greenwalt <>
Wed, 8 Apr 2009 00:19:28 +0000 (17:19 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 8 Apr 2009 00:19:28 +0000 (17:19 -0700)
commit8ec55f9174b7a620ecde564fb29e9e5a1296df01
tree1d5640d99696790bf167d7c3235cc4ec41cd774a
parentb3f2a8862f7784e1b4cabad56d586b2a4d4b1d46
AI 144950: Manual integration of 144342 and 144547 from donutburger to cupcake.
  Fix bag (string-array, etc) behavior with overlays.
  We used to replace elements in the default with elements from the
  overlay.  This change causes us to empty the array first so if the
  overlay array is smaller we don't end up with elements from the
  default array showing through at the end of the final result.
  Ex: [A,B,C] default with [D] overlay should give [D] but used to
  give [D,B,C]
  BUG=1754390

Automated import of CL 144950
ResourceTable.cpp
ResourceTable.h