Merge "Fixed race condition that carrier config change event not notified" into main
diff --git a/flags/misc.aconfig b/flags/misc.aconfig
index 4b540cc..38c9e14 100644
--- a/flags/misc.aconfig
+++ b/flags/misc.aconfig
@@ -249,3 +249,14 @@
         purpose: PURPOSE_BUGFIX
     }
 }
+
+# OWNER=jackyu TARGET=25Q2
+flag {
+    name: "carrier_config_changed_callback_fix"
+    namespace: "telephony"
+    description: "Carrier config callback race condition fix"
+    bug:"375526692"
+    metadata {
+        purpose: PURPOSE_BUGFIX
+    }
+}