projects
/
GitHub
/
exynos8895
/
android_device_samsung_universal8895-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6759028
)
universal8895: temporarily disable hwc
author
Jan Altensen
<info@stricted.net>
Sun, 3 Jan 2021 10:13:29 +0000
(11:13 +0100)
committer
Jan Altensen
<info@stricted.net>
Sun, 3 Jan 2021 10:13:29 +0000
(11:13 +0100)
* hwc crashes on R so disable it for now
* needs https://gist.github.com/Stricted/
4d86d16b562776376e0564663c80012f
Change-Id: Ib7c0fd7682fdac836f15d196fd6f184fc1fc468b
system_prop.mk
patch
|
blob
|
blame
|
history
diff --git
a/system_prop.mk
b/system_prop.mk
index 524bde74b7a43e8ed47afdfc8013196f5752caed..fd119f07f037f2d134e64c49fdb7d89b8b1fa136 100644
(file)
--- 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