commit | af13ab9586cebbfc40204179e2dd0986cc14dd84 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Jan 11 20:57:40 2017 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Jan 12 10:01:16 2017 -0800 |
tree | 124f8733cfb66aae2a5ddad9e58df52f96cdbed2 | |
parent | 8fdba845ffeb516aa0ede900def3a833861eff15 [diff] [blame] |
ART: Add GetCurrentThread and GetThreadInfo Add support for GetCurrentThread and GetThreadInfo. Add tests. Bug: 31684593 Test: m test-art-host-run-test-924-threads Change-Id: Ic2bc4c9b5c283e4eefe4075b6abe251b8be499c8
diff --git a/test/Android.bp b/test/Android.bp index a223c3a..b0f0e5a 100644 --- a/test/Android.bp +++ b/test/Android.bp
@@ -264,6 +264,7 @@ "920-objects/objects.cc", "922-properties/properties.cc", "923-monitors/monitors.cc", + "924-threads/threads.cc", ], shared_libs: [ "libbase",