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

Commit 2a86a6d2 authored by Anna Bauza's avatar Anna Bauza
Browse files

Add a new read-only flag to invalidate PICs at start.

This is needed to fix a bug where PICs are not invalidated at a start, which causes them to not work properly.

Bug: 356167673
Change-Id: Ie275a1d959296d56fccd40d175d0eb8b8110fc60
Flag: android.multiuser.caches_not_invalidated_at_start_read_only
Test: N/A
parent 68c71d45
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 {