diff options
| -rw-r--r-- | core/java/android/content/pm/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index 255a08cf170f..42bef0e91539 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -400,3 +400,11 @@ flag { bug: "378539511" is_fixed_read_only: true } + +flag { + name: "cloud_compilation_verification" + namespace: "art_mainline" + description: "Feature flag to enable the Cloud Compilation install-time verification in the package manager." + bug: "377474232" + is_fixed_read_only: true +} |