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

Commit 81400915 authored by Akilesh Kailash's avatar Akilesh Kailash Committed by Gerrit Code Review
Browse files

Merge "Compile with -D_FILE_OFFSET_BITS to support 32-bit userspace" into main

parents c5365ad4 0a59994c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@ cc_defaults {
        "user-space-merge/snapuserd_server.cpp",
    ],

    cflags: [
        "-D_FILE_OFFSET_BITS=64",
    ],

    static_libs: [
        "libbase",
        "libbrotli",