commit | de727caee24df86c3052508aa213f7165168913a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Aug 13 15:45:36 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Aug 13 16:10:19 2012 -0700 |
tree | 1c8a574f381c460f2a3708d0a7aa281bba61a7f5 | |
parent | 222eec2ecfc4afcbd5cf0f08e16f69f6c3c424fa [diff] [blame] |
Clean up warnings in stubs.cpp. Switch to C++ to get extra warnings, and format the code Google style. Change-Id: Ifc0131bf297a6ee8a8a6b8d049a02518b0b1a4b7
diff --git a/libc/Android.mk b/libc/Android.mk index 26da523..d0c9218 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -292,7 +292,7 @@ bionic/sched_cpucount.c \ bionic/semaphore.c \ bionic/sha1.c \ - bionic/stubs.c \ + bionic/stubs.cpp \ bionic/system_properties.c \ bionic/tdelete.c \ bionic/tdestroy.c \