Build toolbox with _FILE_OFFSET_BITS=64.
32-bit devices still exist... Bug: http://b/72335947 Test: builds Change-Id: Ia644640f19ad9d9160554e3fe329b3ce8e585c66
This commit is contained in:
parent
17b959c9ed
commit
16b82b7e24
|
@ -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/"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue