]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - Android.bp
debian: update changelog for 1.45.3-3 release
[thirdparty/e2fsprogs.git] / Android.bp
index a095aea8ada705c2d5c5a4544bcb957f873544ba..79dd58ea7130e79d69b7394cb5a48e5a7df6c013 100644 (file)
@@ -1,5 +1,23 @@
 // Copyright 2017 The Android Open Source Project
 
+cc_defaults {
+    name: "e2fsprogs-defaults",
+    cflags: ["-Wall", "-Werror"],
+    target: {
+        darwin: {
+            // Still has unfixed/unsuppressed warnings.
+            cflags: ["-Wno-error"],
+        },
+        windows: {
+            cflags: [
+                "-Wno-typedef-redefinition",
+                "-Wno-unused-parameter",
+                "-Wno-unused-variable",
+            ],
+        },
+    },
+}
+
 subdirs = [
     "contrib",
     "debugfs",