| commit | 2919858e097178a240e0736399dfef8f18bdc31e | [log] [tgz] |
|---|---|---|
| author | Evan Rosky <erosky@google.com> | Tue May 11 10:39:55 2021 -0700 |
| committer | Prabir Pradhan <prabirmsp@google.com> | Thu Jul 29 14:01:31 2021 +0000 |
| tree | 83f87f2b7923ee89914b42b792665ec2f1acffbb | |
| parent | c14266fd4e63859c25991266e4447e6e11e711d2 [diff] [blame] |
Enable input window rotation flag Bug: 179274888 Test: no-changes, existing tests pass Change-Id: I11818a5c1be86c48dd8d6c15bdf88580364594e0
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 0192f6c..5137a7e 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -3060,7 +3060,7 @@ bool enablePerWindowInputRotation() { static bool value = - android::base::GetBoolProperty("persist.debug.per_window_input_rotation", false); + android::base::GetBoolProperty("persist.debug.per_window_input_rotation", true); return value; }