aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ludovino <dllud@riseup.net>2019-07-18 17:24:58 +0100
committerDavid Ludovino <dllud@riseup.net>2019-07-18 17:24:58 +0100
commitd23229e1083ab41dccc73ffed44de932c6730f09 (patch)
treef618364b0191827fedb08bd8ca89b7c58d55f992
parent825381e3820e1e7eb2e07429cfd692050931bb05 (diff)
downloaddevice_samsung_i9305-d23229e1083ab41dccc73ffed44de932c6730f09.tar.gz
device_samsung_i9305-d23229e1083ab41dccc73ffed44de932c6730f09.tar.bz2
device_samsung_i9305-d23229e1083ab41dccc73ffed44de932c6730f09.zip
Disable boot animation
The boot animation takes a really long time due to the slow graphics rendering. This slows down testing. I am disabling it for the time being, until (a) graphics become faster or (b) it gets replaced for the simpler Replicant boot animation. Signed-off-by: David Ludovino <dllud@riseup.net>
-rw-r--r--system.prop1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.prop b/system.prop
index fecef72..dbd9fdf 100644
--- a/system.prop
+++ b/system.prop
@@ -20,3 +20,4 @@ ro.hardware.gralloc=gbm
drm.gpu.force_software=1
hwc.drm.device=/dev/dri/card0
gralloc.gbm.device=/dev/dri/renderD128
+debug.sf.nobootanimation=1