]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - Android.bp
ext2fs: nls: support UTF-8 11.0 with NFKD normalization
[thirdparty/e2fsprogs.git] / Android.bp
index a095aea8ada705c2d5c5a4544bcb957f873544ba..b8cbcdc4b9bb527bd20bfb69cf766e83290ea3c6 100644 (file)
@@ -1,5 +1,16 @@
 // 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"],
+        },
+    },
+}
+
 subdirs = [
     "contrib",
     "debugfs",