commit | 9c87defdde0d2016f8a8daebccfa31879e872306 | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Thu Feb 18 11:25:28 2021 -0800 |
committer | Ady Abraham <adyabr@google.com> | Wed Feb 24 11:32:41 2021 -0800 |
tree | 34e4a3bbdf33014bb7b60096d3656db819c1ff47 | |
parent | e28d8aba519a41f9d1d2b04ff0fa8471a0cbee03 [diff] [blame] |
SF: add a sysprop to control layer caching Bug: 158790260 Test: SF unit tests Change-Id: I7ce6e781a480ceeeefa515cdb20bb82b618f2291
diff --git a/services/surfaceflinger/SurfaceFlingerProperties.h b/services/surfaceflinger/SurfaceFlingerProperties.h index 816cb09..b19d216 100644 --- a/services/surfaceflinger/SurfaceFlingerProperties.h +++ b/services/surfaceflinger/SurfaceFlingerProperties.h
@@ -100,6 +100,8 @@ bool enable_frame_rate_override(bool defaultValue); +bool enable_layer_caching(bool defaultValue); + } // namespace sysprop } // namespace android #endif // SURFACEFLINGERPROPERTIES_H_