commit | c585dbac703f85d2febc9b7f31dd797bc2b04d81 | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Wed Nov 15 18:41:35 2023 -0800 |
committer | Ady Abraham <adyabr@google.com> | Tue Nov 21 15:22:34 2023 -0800 |
tree | 5f0bb60ce1e08b48e1f10985493586976b28a099 | |
parent | 43881b0fa27a23422041337c89d95098a2d4b618 [diff] [blame] |
SF: pass DisplayMode to VsyncTracker This will be used later to get the peak refresh rate from the predictor for sub-frame jank recover in VRR case. Bug: 296635687 Test: presubmit Change-Id: I1e108223b6ae4872bb48a38e4af743da565749cd
diff --git a/services/surfaceflinger/Scheduler/Android.bp b/services/surfaceflinger/Scheduler/Android.bp index 6d2586a..db247aa 100644 --- a/services/surfaceflinger/Scheduler/Android.bp +++ b/services/surfaceflinger/Scheduler/Android.bp
@@ -21,6 +21,7 @@ "libui", "libutils", ], + static_libs: ["libsurfaceflinger_common"], } cc_library_headers {