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 609377eeebcf..a0d38ff254c5 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -319,3 +319,11 @@ flag { bug: "377474232" 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 +} |