Merge "Build libbase with _FILE_OFFSET_BITS=64."

This commit is contained in:
Elliott Hughes 2018-12-20 00:47:38 +00:00 committed by Gerrit Code Review
commit ef4c29886c

View file

@ -20,6 +20,7 @@ cc_defaults {
"-Wall",
"-Werror",
"-Wextra",
"-D_FILE_OFFSET_BITS=64",
],
}