summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Anna Bauza <annabauza@google.com> 2024-09-16 21:35:15 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-09-16 21:35:15 +0000
commitd54e3ee97b381cf7bb62b55df816c85f885d75c4 (patch)
tree56dec15c28135e3b388c0d13835fd73d9e128092
parent9249d1e7a13ac114b5dd7a3e41cd950ddc06b76d (diff)
parent2a86a6d287f6c783a465867fca3e05132f890bf1 (diff)
Merge "Add a new read-only flag to invalidate PICs at start." into main
-rw-r--r--core/java/android/content/pm/multiuser.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig
index 9eec7a4e8f71..34f3b61a8a88 100644
--- a/core/java/android/content/pm/multiuser.aconfig
+++ b/core/java/android/content/pm/multiuser.aconfig
@@ -241,6 +241,16 @@ flag {
is_fixed_read_only: true
}
+flag {
+ name: "caches_not_invalidated_at_start_read_only"
+ namespace: "multiuser"
+ description: "PIC need to be invalidated at start in order to work properly."
+ bug: "356167673"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+ is_fixed_read_only: true
+}
# This flag guards the private space feature and all its implementations excluding the APIs. APIs are guarded by android.os.Flags.allow_private_profile.
flag {