diff options
author | 2023-11-08 23:37:01 +0000 | |
---|---|---|
committer | 2023-11-08 23:37:01 +0000 | |
commit | 128c893605967df447347bc9242cd4b44f39d2f2 (patch) | |
tree | 1f76fc7f74784c7f017ad2f87907707bc4b9e9dd /libs/hwui/Properties.cpp | |
parent | 82f6193e014884568521861e44ff388e7929fc6a (diff) | |
parent | 74c7d271c4ef22aeafefa825b5c1bc2b8ecff72c (diff) |
Merge "libhwui: Use Vulkan by default" into main am: 822a45e2e1 am: f9a31c7297 am: 74c7d271c4
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2819917
Change-Id: If6f9cb0298f5a84a3b616f747afe21fd3c2e704f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r-- | libs/hwui/Properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index ad600d0bab93..6c3172a26751 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -46,7 +46,7 @@ namespace uirenderer { #ifndef __ANDROID__ // Layoutlib does not compile HWUIProperties.sysprop as it depends on cutils properties std::optional<bool> use_vulkan() { - return base::GetBoolProperty("ro.hwui.use_vulkan", false); + return base::GetBoolProperty("ro.hwui.use_vulkan", true); } std::optional<std::int32_t> render_ahead() { |