summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1e6aa1a..46f6334 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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"],
},