aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Android.bp b/contrib/Android.bp
index 585a8f13..c2d5cd91 100644
--- a/contrib/Android.bp
+++ b/contrib/Android.bp
@@ -10,7 +10,7 @@ cc_binary {
host_supported: true,
srcs: ["fsstress.c"],
- cflags: ["-W", "-Wall"],
+ cflags: ["-W", "-Wall", "-Wno-macro-redefined"],
system_shared_libs: ["libc"],
target: {
@@ -28,7 +28,7 @@ cc_binary {
host_supported: true,
srcs: ["add_ext4_encrypt.c"],
- cflags: ["-W", "-Wall"],
+ cflags: ["-W", "-Wall", "-Wno-macro-redefined"],
shared_libs: [
"libext2fs",
"libext2_com_err",