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

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

Change-Id: I2a5f76a54f1771dce26f6bcc1a014b122d70620f
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",