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

Commit 331ca281 authored by Michael Hoisie's avatar Michael Hoisie Committed by Android (Google) Code Review
Browse files

Merge "Fix aapt2 build break on MacOS" into main

parents c145f087 723b4b56
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@
#include <sys/cdefs.h>
#include <sys/types.h>

#if defined(__APPLE__)
typedef off_t off64_t; // Mac OSX does not define off64_t
#endif

#ifdef __cplusplus
extern "C" {
#endif