diff options
| -rw-r--r-- | core/java/android/content/pm/flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index 6f70586881be..fff980fa8585 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -349,3 +349,12 @@ flag { bug: "364760703" is_fixed_read_only: true } + +flag { + name: "cloud_compilation_pm" + is_exported: true + namespace: "package_manager_service" + description: "Feature flag to enable the Cloud Compilation support on the package manager side." + bug: "377474232" + is_fixed_read_only: true +} |