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

Commit a425d5ab authored by Paul Crowley's avatar Paul Crowley Committed by android-build-merger
Browse files

Merge "Remove -D_FILE_OFFSET_BITS=64 on host builds" am: 4cbecc95

am: de02ec8c

Change-Id: Ie4354fd91dd7c2ed4f91a2fa8b6baab184179cb4
parents dacd9469 de02ec8c
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 {