Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16b82b7e authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Build toolbox with _FILE_OFFSET_BITS=64.

32-bit devices still exist...

Bug: http://b/72335947
Test: builds
Change-Id: Ia644640f19ad9d9160554e3fe329b3ce8e585c66
parent 17b959c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/"],
}