commit | 6fa7b81b09d5f1c68cec074cdf56dbc007e16baa | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Jun 16 09:04:29 2017 -0700 |
committer | Alex Light <allight@google.com> | Tue Jun 20 09:05:14 2017 -0700 |
tree | 5943d81dcc452c705e2b69ad378b9d061b504513 | |
parent | 18b4ed19eb7970b9dfcc3246562c6fabe57176ee [diff] [blame] |
Add GetSourceFile and GetSourceDebugExt JVMTI functions Also add associated capabilities. Test: ./test.py --host -j40 Bug: 62821960 Change-Id: Icc534b2789287fc9f0daddb747c0c0fa81a7728b
diff --git a/test/Android.bp b/test/Android.bp index 8da415f..9e6ecff 100644 --- a/test/Android.bp +++ b/test/Android.bp
@@ -280,6 +280,7 @@ "987-agent-bind/agent_bind.cc", "989-method-trace-throw/method_trace.cc", "991-field-trace-2/field_trace.cc", + "992-source-data/source_file.cc", ], shared_libs: [ "libbase",