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

Commit 847872c5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "block_device_reader: add -D_FILE_OFFSET_BITS=64"

parents b1015cd7 91b8abca
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -22,7 +22,13 @@ cc_test {
    stem: "block_device_writer",

    srcs: ["block_device_writer.cpp"],
    cflags: ["-Wall", "-Werror", "-Wextra", "-g"],
    cflags: [
        "-D_FILE_OFFSET_BITS=64",
        "-Wall",
        "-Werror",
        "-Wextra",
        "-g",
    ],
    shared_libs: ["libbase", "libutils"],

    test_suites: ["general-tests"],