Merge "Disable warning which is not detecting problems." into main am: 0e0d682d8e am: 40aa3a7125 am: 0b50454274

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2748855

Change-Id: I4bf7d317b41d60beb49bf0243b2b031ccb3ae9ee
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp
index 5393e25..267571b 100644
--- a/debuggerd/Android.bp
+++ b/debuggerd/Android.bp
@@ -12,6 +12,7 @@
         "-Wno-unused-argument",
         "-Wno-unused-function",
         "-Wno-nullability-completeness",
+        "-Wno-reorder-init-list",
         "-Os",
         "-fno-finite-loops",
         "-DANDROID_DEBUGGABLE=0",