diff options
| -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 +} |