Fix incorrect boot properties

This commit is contained in:
Simon Fels 2016-11-15 07:47:07 +01:00
commit f7820e1f65

View file

@ -68,7 +68,7 @@ void BootPropertiesMessageProcessor::list_properties() {
// To let surfaceflinger load our hwcomposer implementation we specify
// the correct subkey of the module here.
"ro.hardware.hwcomposer=anbox"
"ro.hardware.hwcomposer=anbox",
// Keep boot animation disabled as we don't need it
"debug.sf.nobootanimation=1",