commit | 4151c80397c50177372ed32ca59c6fc4f9995f68 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Wed Mar 29 10:40:15 2017 -0700 |
committer | Alex Light <allight@google.com> | Wed Mar 29 13:49:26 2017 -0700 |
tree | 902da106aaa58dd884a76ad47c75c7528c5aaa8f | |
parent | 27e771c3263c688b4f970f08d780aff7b8f1756b [diff] |
Change Ti::Agent collection from vector to List We want these to be in a list to avoid the need for moving them around, which would introduce the need to perform annoying accounting. Test: ./test.py --host -j40 Bug: 36716572 Bug: 31455788 Change-Id: Ie16523f4e7d79934fa7844fb9b9a26e125cfa9eb (cherry picked from commit 4b812faa25454bda4d6e79a305938449a54a3e41)