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

Commit 17e36719 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add separate_pipeline_cache flag" into main

parents b7c6f872 26c61b1a
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -214,3 +214,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
  }
}