Skip to content
Snippets Groups Projects
Commit 822a45e2 authored by Leon Scroggins's avatar Leon Scroggins Committed by Gerrit Code Review
Browse files

Merge "libhwui: Use Vulkan by default" into main

parents 8262df76 511cca95
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment