commit | 16b82b7e249a1270d44cbb6413d736caae9e9e09 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 22 16:15:55 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Jan 22 16:15:55 2018 -0800 |
tree | df26088057ce4a57eaece5d3fef0daab086a3c83 | |
parent | 17b959c9edbc1126aaea036d3fb627bb96c05425 [diff] |
Build toolbox with _FILE_OFFSET_BITS=64. 32-bit devices still exist... Bug: http://b/72335947 Test: builds Change-Id: Ia644640f19ad9d9160554e3fe329b3ce8e585c66
diff --git a/toolbox/Android.bp b/toolbox/Android.bp index 9f7fc3b..ddd95b2 100644 --- a/toolbox/Android.bp +++ b/toolbox/Android.bp
@@ -6,6 +6,7 @@ "-Wno-unused-parameter", "-Wno-unused-const-variable", "-include bsd-compatibility.h", + "-D_FILE_OFFSET_BITS=64", ], local_include_dirs: ["upstream-netbsd/include/"], }