Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d54e3ee9 authored by Anna Bauza's avatar Anna Bauza Committed by Android (Google) Code Review
Browse files

Merge "Add a new read-only flag to invalidate PICs at start." into main

parents 9249d1e7 2a86a6d2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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 {