commit | 35bcf817cb2dd9b641080e23b0fbb08870a45cbf | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Jan 13 16:24:17 2017 -0800 |
committer | Andreas Gampe <agampe@google.com> | Tue Jan 17 10:23:09 2017 -0800 |
tree | 433db36dd28c0295c6402fafd6fb9d3450cc6c57 | |
parent | 7ccdf0929fb5d1d9a2ea46ec0f320ce459c1effb [diff] [blame] |
ART: Add three Timer functions Add support for GetAvailableProcessors, GetTimerInfo and GetTime. Add tests. Bug: 31455788 Test: m test-art-host-run-test-926-timers Change-Id: I9629654349787e27dee686284567b5de70e138f2
diff --git a/test/Android.bp b/test/Android.bp index b0f0e5a..1ea1252 100644 --- a/test/Android.bp +++ b/test/Android.bp
@@ -265,6 +265,7 @@ "922-properties/properties.cc", "923-monitors/monitors.cc", "924-threads/threads.cc", + "927-timers/timers.cc", ], shared_libs: [ "libbase",