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

Commit b3236eba authored by Paul Crowley's avatar Paul Crowley Committed by Elliott Hughes
Browse files

Remove -D_FILE_OFFSET_BITS=64 on host builds

This prevents us from using glibc's <fts.h> because of
https://sourceware.org/bugzilla/show_bug.cgi?id=11460,
and we now only support 64-bit hosts.

Bug: 139544611
Test: Treehugger
Change-Id: Iaacc9ea17473201bf3d701e82081264921062d5e
parent 537e4af2
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 {