Merge "block_device_reader: add -D_FILE_OFFSET_BITS=64"
This commit is contained in:
committed by
Android (Google) Code Review
commit
847872c5be
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user