commit | 9ba85c2267e28fd2117030fbd6a08ef14eb98de0 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Mon Nov 11 17:33:27 2024 +0000 |
committer | Jiakai Zhang <jiakaiz@google.com> | Mon Nov 11 17:33:27 2024 +0000 |
tree | 10b32667fe10379bbd65183abbd3a40182b947e0 | |
parent | 111967e5c1d1f45a47f0cc5aa1d875ce2fd23621 [diff] |
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 +}