commit | 625993dfbb085a3cde7492eda8ec1cdc1ee39a78 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 15 16:53:13 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 16 14:27:43 2014 -0700 |
tree | 4385fee1dde6d90f42c616a2afc6766824f72835 | |
parent | 770d0f6177ca1ad242b509151fb612f07ef8a07b [diff] [blame] |
Use VDSO for clock_gettime(2) and gettimeofday(2). Bug: 15387103 Change-Id: Ifc3608ea65060c1dc38120b10b6e79874f182a36
diff --git a/libc/Android.mk b/libc/Android.mk index 51002e5..0485d72 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -229,6 +229,7 @@ bionic/umount.cpp \ bionic/unlink.cpp \ bionic/utimes.cpp \ + bionic/vdso.cpp \ bionic/vfork.cpp \ bionic/wait.cpp \ bionic/wchar.cpp \