summaryrefslogtreecommitdiffstats
path: root/toolbox
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-01-22 16:15:55 -0800
committerElliott Hughes <enh@google.com>2018-01-22 16:15:55 -0800
commit16b82b7e249a1270d44cbb6413d736caae9e9e09 (patch)
treedf26088057ce4a57eaece5d3fef0daab086a3c83 /toolbox
parent17b959c9edbc1126aaea036d3fb627bb96c05425 (diff)
downloadsystem_core-16b82b7e249a1270d44cbb6413d736caae9e9e09.tar.gz
system_core-16b82b7e249a1270d44cbb6413d736caae9e9e09.tar.bz2
system_core-16b82b7e249a1270d44cbb6413d736caae9e9e09.zip
Build toolbox with _FILE_OFFSET_BITS=64.
32-bit devices still exist... Bug: http://b/72335947 Test: builds Change-Id: Ia644640f19ad9d9160554e3fe329b3ce8e585c66
Diffstat (limited to 'toolbox')
-rw-r--r--toolbox/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/Android.bp b/toolbox/Android.bp
index 9f7fc3bd6..ddd95b207 100644
--- a/toolbox/Android.bp
+++ b/toolbox/Android.bp
@@ -6,6 +6,7 @@ cc_defaults {
"-Wno-unused-parameter",
"-Wno-unused-const-variable",
"-include bsd-compatibility.h",
+ "-D_FILE_OFFSET_BITS=64",
],
local_include_dirs: ["upstream-netbsd/include/"],
}