commit | 3c252f07cefccd506a7146d976aa5193396e5a4e | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Oct 27 18:25:17 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Oct 28 12:08:17 2016 -0700 |
tree | 8a198e8c2563a2b8fcd3813ec6ad95260c734b5e | |
parent | 81fbc57f45b3c4d98036b637630ab7c0420f4cea [diff] [blame] |
ART: Add method name support to TI Add support for GetMethodName. Bug: 31684812 Test: m test-art-host Change-Id: I55e7b6dac7e7193c3d9979ebb289b0e2849ad030
diff --git a/test/Android.bp b/test/Android.bp index be1864c..9675ef5 100644 --- a/test/Android.bp +++ b/test/Android.bp
@@ -253,6 +253,7 @@ "907-get-loaded-classes/get_loaded_classes.cc", "908-gc-start-finish/gc_callbacks.cc", "909-attach-agent/attach.cc", + "910-methods/methods.cc", ], shared_libs: [ "libbase",