commit | b4f7616fd618875768b8fffc122b58bdb84a9969 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 19 16:27:24 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Sep 19 16:27:24 2013 -0700 |
tree | 7a76517ef594dd73dfe18c388483e504fccb0a3d | |
parent | f8e71bac14a4bc52cc95c56adfe042c3938279b5 [diff] [blame] |
Ensure we have the off64_t variant of every function that takes an off_t. Change-Id: Ib2eee0cf13162be3b62559b84e90c6dcf5aab1c3
diff --git a/tests/Android.mk b/tests/Android.mk index 39e9409..e60b908 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -80,6 +80,7 @@ string_test.cpp \ strings_test.cpp \ stubs_test.cpp \ + sys_sendfile_test.cpp \ sys_stat_test.cpp \ system_properties_test.cpp \ time_test.cpp \