Allow EROFS to be incompatible with the platform am: 3182d1c62b

Original change: https://android-review.googlesource.com/c/platform/external/erofs-utils/+/2177954

Change-Id: I5b0c053078bbd6db879ea337bd28a418391cf99d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 02c8f08..7c5e89d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,6 +57,7 @@
     cflags: [
         "-Wall",
         "-Werror",
+        "-Wno-error=#warnings",
         "-Wno-ignored-qualifiers",
         "-Wno-pointer-arith",
         "-Wno-unused-parameter",