Merge "Compile with -D_FILE_OFFSET_BITS to support 32-bit userspace" into main
This commit is contained in:
commit
81400915ef
1 changed files with 4 additions and 0 deletions
|
|
@ -104,6 +104,10 @@ cc_defaults {
|
|||
"user-space-merge/snapuserd_server.cpp",
|
||||
],
|
||||
|
||||
cflags: [
|
||||
"-D_FILE_OFFSET_BITS=64",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"libbase",
|
||||
"libbrotli",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue