Merge "Add a flag for Update Engine APIs for ART." into main
diff --git a/core/java/android/os/flags.aconfig b/core/java/android/os/flags.aconfig
index 5d2e64d..bde16c3 100644
--- a/core/java/android/os/flags.aconfig
+++ b/core/java/android/os/flags.aconfig
@@ -225,3 +225,12 @@
      is_exported: true
      bug: "366598445"
 }
+
+flag {
+    name: "update_engine_api"
+    namespace: "art_mainline"
+    description: "Update Engine APIs for ART"
+    is_exported: true
+    is_fixed_read_only: true
+    bug: "377557749"
+}