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

This commit is contained in:
Akilesh Kailash 2023-09-17 19:01:45 +00:00 committed by Gerrit Code Review
commit 81400915ef

View file

@ -104,6 +104,10 @@ cc_defaults {
"user-space-merge/snapuserd_server.cpp",
],
cflags: [
"-D_FILE_OFFSET_BITS=64",
],
static_libs: [
"libbase",
"libbrotli",