commit | 3182d1c62b54e56656a1225a17e7f9ac83b60080 | [log] [tgz] |
---|---|---|
author | Alistair Delva <adelva@google.com> | Mon Aug 08 13:37:53 2022 -0700 |
committer | Alistair Delva <adelva@google.com> | Mon Aug 08 13:37:54 2022 -0700 |
tree | bf55f992c66659bbb291d4241dae42be0d81f0b1 | |
parent | 6f08b2a7be70965b4400ea1d47ea9a043780f6b9 [diff] |
Allow EROFS to be incompatible with the platform Just because the tools are built, doesn't mean erofs will actually be used. Don't hold the user's build hostage. Change-Id: I56086cabda7f84805a0f6b3e456b98191ab731b2
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",