Loading libs/hwui/Properties.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
libs/hwui/Properties.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading