diff options
| author | 2024-11-07 12:35:11 +0000 | |
|---|---|---|
| committer | 2024-11-07 12:35:11 +0000 | |
| commit | 798b78079a10e0ff3e554314ea48ab4c2528e8ac (patch) | |
| tree | 5f67da39f834a8664f43b0d8cba1a50e1e5039d9 | |
| parent | 5a5935e03cf6288a8578681c84ac572550fef28a (diff) | |
| parent | 0ef8ced10e2691ac60e31963ef74bdf70aba15a0 (diff) | |
Merge "Move cloud_compilation_pm flag to art_mainline namespace." into main
| -rw-r--r-- | core/java/android/content/pm/flags.aconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/pm/flags.aconfig b/core/java/android/content/pm/flags.aconfig index fff980fa8585..c424229f479b 100644 --- a/core/java/android/content/pm/flags.aconfig +++ b/core/java/android/content/pm/flags.aconfig @@ -353,7 +353,7 @@ flag { flag { name: "cloud_compilation_pm" is_exported: true - namespace: "package_manager_service" + namespace: "art_mainline" description: "Feature flag to enable the Cloud Compilation support on the package manager side." bug: "377474232" is_fixed_read_only: true |