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

Commit 42c89f44 authored by Anna Bauza's avatar Anna Bauza
Browse files

Add a flag for the new System API which improve caching implementation.

This is for generic implementation which can be used standalone or in code generation.

Change-Id: I24102471eb2d2ae4b8e7817ebddf84ad7c5c63fe
Flag: android.multiuser.caching_development_improvements
Test: N/A
Bug: 364947162
parent 1c6f1389
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -427,3 +427,12 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}


flag {
    name: "caching_development_improvements"
    namespace: "multiuser"
    description: "System API to simplify caching implamentations"
    bug: "364947162"
    is_fixed_read_only: true
}