commit | fbee398d00ab994eb1d7609d7f4e1d0c698d4aa6 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu May 24 10:28:46 2018 -0700 |
committer | Alex Light <allight@google.com> | Thu May 24 11:47:04 2018 -0700 |
tree | c07e1071e6d30efa77bc9c72f4cade6813c3a691 | |
parent | e46752658eaf41c0cc818c51a3e1cd95876bac93 [diff] |
Remove hard-coded Object class from test 980 We redefined Object to a hard-coded dex-file in test 980. This led to problems whenever anything tried to change the Object class. This change makes us use slicer to modify the Object class instead. Test: ./test.py --host Change-Id: Ic888281f57f5796ec4a284ce79fa322669266899