diff options
Diffstat (limited to '')
-rw-r--r-- | Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,6 +62,10 @@ cc_defaults { "libdl", ], }, + darwin: { + // This matches what the upstream CI uses + cflags: ["-Wno-error=deprecated-declarations"], + }, windows: { include_dirs: ["external/e2fsprogs/include/mingw"], }, |