commit | 2d0b28bc0da1ade2de2b72093dbdb740028fce7c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 23 11:23:00 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 23 11:23:00 2018 -0700 |
tree | 75a1b66144e65f7141e3cf9ddaaae0049b07ca11 | |
parent | 7562f1ab87e4b51042d185345248f1a54885489a [diff] [blame] |
Add getloadavg(3). Lets us build ninja with bionic. Bug: N/A Test: ran tests Change-Id: I97eef1247d794b58a2b9aee4851551632e5a4e48
diff --git a/libc/Android.bp b/libc/Android.bp index 1fc3062..681394f 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -1314,6 +1314,7 @@ "bionic/getdomainname.cpp", "bionic/getentropy.cpp", "bionic/gethostname.cpp", + "bionic/getloadavg.cpp", "bionic/getpagesize.cpp", "bionic/getpgrp.cpp", "bionic/getpid.cpp",