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

Commit 26c61b1a authored by Aleks Todorov's avatar Aleks Todorov
Browse files

Add separate_pipeline_cache flag

Bug: 269117286
Flag: com.android.graphics.hwui.flags.separate_pipeline_cache
Test: m
Change-Id: I5c150da3bdf3ceb741b7bf40c7a9f5d1df652346
parent 4dbf2938
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -217,3 +217,13 @@ flag {
  description: "Add two helper constants to SurfaceControl to improve @IntDef lint"
  bug: "413710706"
}

flag {
  name: "separate_pipeline_cache"
  namespace: "core_graphics"
  description: "Store pipeline cache objects in a separate cache independent of ShaderCache"
  bug: "269117286"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}