diff options
| author | 2024-11-11 17:33:27 +0000 | |
|---|---|---|
| committer | 2024-11-11 17:33:27 +0000 | |
| commit | 9ba85c2267e28fd2117030fbd6a08ef14eb98de0 (patch) | |
| 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
| -rw-r--r-- | core/java/android/content/pm/flags.aconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index f332f7b4fc99..901326d759a4 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -292,4 +292,13 @@ flag { 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 +} |