commit | d683f9fa3123cb618311f7164a6aedad42e730fd | [log] [tgz] |
---|---|---|
author | Eric Holk <eholk@google.com> | Fri Oct 26 16:08:09 2018 -0700 |
committer | Eric Holk <eholk@google.com> | Thu Nov 08 21:14:32 2018 +0000 |
tree | dda192faa417ed2859973c70f4d29553b0d523c6 | |
parent | 93bf21dad4279db75c321c141b07c6409d6bcade [diff] |
[view_compiler] Add end-to-end DexBuilder tests These tests verify that code produced by DexBuilder can be loaded and run on device. It works by introducing a new tool, dex_testcase_generator, which writes out a couple of DEX files with test cases. This tool runs as a build step. The generated DEX are then copied over to the device where they are loaded and run the on-device DexBuilderTest. Bug: 111895153 Change-Id: I06f5edd0e3e2f4e9ec2d14a0db7d22b75b424119