From: Jan Altensen Date: Sun, 3 Jan 2021 10:13:29 +0000 (+0100) Subject: universal8895: temporarily disable hwc X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ee3f3cf9f677600c4afc5805b25937000e1c01e5;p=GitHub%2Fexynos8895%2Fandroid_device_samsung_universal8895-common.git universal8895: temporarily disable hwc * hwc crashes on R so disable it for now * needs https://gist.github.com/Stricted/4d86d16b562776376e0564663c80012f Change-Id: Ib7c0fd7682fdac836f15d196fd6f184fc1fc468b --- diff --git a/system_prop.mk b/system_prop.mk index 524bde7..fd119f0 100644 --- a/system_prop.mk +++ b/system_prop.mk @@ -88,3 +88,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Configstore PRODUCT_PROPERTY_OVERRIDES += \ ro.surface_flinger.max_frame_buffer_acquired_buffers=3 + +# HWC +PRODUCT_PROPERTY_OVERRIDES += \ + debug.sf.disable_hwc=1