aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-10 02:06:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-10 02:06:47 +0000
commit1d38d9f558125c0631d61158cd3945e817ecdba4 (patch)
tree53bc7ef43956bc13deb681ee4121f3b81bedc6ea
parent44355b6da364684c903ab6fef803c645e6e9fd4d (diff)
parentb8f6b98cf507c4064b0e5f98baca9ad753e97185 (diff)
downloade2fsprogs-1d38d9f558125c0631d61158cd3945e817ecdba4.tar.gz
Snap for 9586404 from b8f6b98cf507c4064b0e5f98baca9ad753e97185 to udc-release
Change-Id: I6355a24870af1773c331c2b67e11052243030e04
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 9e229dda..46f63348 100644
--- a/Android.bp
+++ b/Android.bp
@@ -63,8 +63,8 @@ cc_defaults {
],
},
darwin: {
- // Still has unfixed/unsuppressed warnings.
- cflags: ["-Wno-error"],
+ // This matches what the upstream CI uses
+ cflags: ["-Wno-error=deprecated-declarations"],
},
windows: {
include_dirs: ["external/e2fsprogs/include/mingw"],