commit | caacd11864383aac65e61be837fb1bb5f91e3878 | [log] [tgz] |
---|---|---|
author | David Sehr <sehr@google.com> | Thu Oct 20 16:27:02 2016 -0700 |
committer | David Sehr <sehr@google.com> | Mon Oct 24 08:55:22 2016 -0700 |
tree | 0fc2836395d93349aa2e745f31a3cb248e1fdacf | |
parent | 3667e26de4856cccf24bcbab54ad3349a05267c0 [diff] [blame] |
Move dex CFG dumping out of utils.cc Move CFG dumping to dexdump, the only client. Bug: 22322814 Test: test-art-host Change-Id: I0f39f1d5dfc446419d26d709b78d04e45616f42c
diff --git a/dexdump/Android.bp b/dexdump/Android.bp index 3e589f7..60ce363 100644 --- a/dexdump/Android.bp +++ b/dexdump/Android.bp
@@ -18,6 +18,7 @@ name: "dexdump2", host_supported: true, srcs: [ + "dexdump_cfg.cc", "dexdump_main.cc", "dexdump.cc", ],