commit | 7711c35fa603b86d520991c4e97ca297add81881 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Wed Apr 10 17:50:12 2019 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Tue Apr 30 08:11:20 2019 +0000 |
tree | ce476e232ecf0176c5c9bed81f1528a1c6801fab | |
parent | 39239870737e3669ff1f85475458e5f57ed79194 [diff] |
Fix debug/release dependencies on libartbase We load both the debug and release build when running tests. The different builds have different layout of some classes, which can currently result in random native heap corruptions. Fix the build dependencies to avoid the double loading, and add runtime check to avoid it in the future again. Test: test.py -b --host --64 Test: test.py -r --target -t 001-HelloWorld Change-Id: Ie62f91dc06209c91e25ba5f11c9d61243ac7579d