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

Commit 4cbecc95 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove -D_FILE_OFFSET_BITS=64 on host builds"

parents 537e4af2 b3236eba
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -20,8 +20,14 @@ cc_defaults {
        "-Wall",
        "-Werror",
        "-Wextra",
    ],
    target: {
        android: {
            cflags: [
                "-D_FILE_OFFSET_BITS=64",
            ],
        },
    },
}

cc_library_headers {