commit | eb664e24c074b88539b743668109d8b4eaa925bd | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 13 10:44:07 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue May 13 10:44:07 2014 -0700 |
tree | 20bd4bb4f2a733dcec384fa7c959c77661f156ba | |
parent | dbcba8f5f9a59fac3d22dfc17a14d3d5cfb4f4b0 [diff] [blame] |
Add getmntent_r to our collection of <mntent.h> compatibility stubs. This helps build 'external/flo' out of the box. Bug: 14841211 Change-Id: I30dde77239cceaf1f5743163744eb3604d27a266
diff --git a/tests/Android.mk b/tests/Android.mk index 10e288c..b17492a 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -59,6 +59,7 @@ locale_test.cpp \ malloc_test.cpp \ math_test.cpp \ + mntent_test.cpp \ netdb_test.cpp \ pthread_test.cpp \ regex_test.cpp \