summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorRobert Greenwalt <>2009-04-07 17:19:28 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-07 17:19:28 -0700
commitae5728d67a2a705b6c5187e10751fa64a63967e8 (patch)
treebe67e0a2402afaa370ce8fd9b623d505b0c7d8a3 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parentf845cd4f23802b286bf24618f8caa397e25ec0d3 (diff)
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
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions