Add flag "cloud_compilation_pm".

The flag will be used for flagging the package manager APIs for Cloud
Compilation.

(cherry picked from commit https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/30255713 and https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/30284506)

Bug: 377474232
Change-Id: I654181735e85bd61c269ec3ff717a89a01a3f266
Test: m
Flag: android.content.pm.cloud_compilation_pm
Merged-In: I0111fc6ef83e595a788f7900dd65743d6d90422c
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig
index f332f7b..901326d 100644
--- a/core/java/android/content/pm/flags.aconfig
+++ b/core/java/android/content/pm/flags.aconfig
@@ -292,4 +292,13 @@
     description: "Feature flag to enable the feature to retrieve info about audio playback capture allowance at manifest level."
     bug: "362425551"
     is_fixed_read_only: true
-}
\ No newline at end of file
+}
+
+flag {
+    name: "cloud_compilation_pm"
+    is_exported: true
+    namespace: "art_mainline"
+    description: "Feature flag to enable the Cloud Compilation support on the package manager side."
+    bug: "377474232"
+    is_fixed_read_only: true
+}