Build libcpustats for host

Test: builds OK; host program that uses this is still WIP
Change-Id: I820896b44e62f5abb197d36851e7dc1475bd0c40
gugelfrei
Glenn Kasten 8 years ago
parent d0ebc4ce66
commit ca33da0afd

@ -26,6 +26,11 @@
#include <cpustats/ThreadCpuUsage.h>
// implemented by host, but not declared in <string.h> as FreeBSD does
extern "C" {
extern size_t strlcpy(char *dst, const char *src, size_t dstsize);
}
namespace android {
bool ThreadCpuUsage::setEnabled(bool isEnabled)

Loading…
Cancel
Save