commit | 25f17e48df2e5e9e88b0c5cd2ebeded33c7cedc0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 12 15:48:01 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 12 15:48:01 2018 -0800 |
tree | f117b124c5aa047b3a4d922526040b8c894aef7c | |
parent | 919dd9dcb4ca547a67079b85494236cd5f680598 [diff] [blame] |
Better backwards compatibility for stat64. Caused problems for some Google source switching to unified headers because the legacy headers just used #define instead. Bug: http://b/73210428 Test: builds Change-Id: If8a36f284031e57af419903610029a8c34a23d91
diff --git a/libc/Android.bp b/libc/Android.bp index 13e17fe..f5491f5 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -33,6 +33,7 @@ libc_common_flags = [ "-D_LIBC=1", + "-D__BIONIC_LP32_USE_STAT64", "-Wall", "-Wextra", "-Wunused",